fix(web): identify provider instances by id and skip clean cards on save (#17424)

This commit is contained in:
chanx
2026-07-28 09:49:57 +08:00
committed by GitHub
parent 619b58faef
commit 326893811a
9 changed files with 44 additions and 44 deletions

View File

@@ -54,7 +54,7 @@ export interface IDeleteProviderInstanceRequestBody {
export interface IShowProviderInstanceRequestParams {
provider_name: string;
instance_name: string;
id: string;
}
export interface IAddInstanceModelRequestBody {
@@ -104,7 +104,7 @@ export interface IDeleteInstanceModelsRequestBody {
export interface IUpdateProviderInstanceRequestBody {
provider_name: string;
instance_name: string;
id?: string;
id: string;
/**
* Either a plain API-key string, or — for providers that need an
* extra credential such as MiniMax's `group_id` — an object bundling