mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
chore: add toolIds type
This commit is contained in:
parent
35be40c932
commit
d66285f926
1 changed files with 2 additions and 1 deletions
|
|
@ -1587,12 +1587,13 @@ export interface ModelConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ModelMeta {
|
export interface ModelMeta {
|
||||||
|
toolIds: never[];
|
||||||
description?: string;
|
description?: string;
|
||||||
capabilities?: object;
|
capabilities?: object;
|
||||||
profile_image_url?: string;
|
profile_image_url?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ModelParams {}
|
export interface ModelParams { }
|
||||||
|
|
||||||
export type GlobalModelConfig = ModelConfig[];
|
export type GlobalModelConfig = ModelConfig[];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue