chore: add toolIds type

This commit is contained in:
Silentoplayz 2025-06-18 01:55:43 -04:00
parent 35be40c932
commit d66285f926

View File

@ -1587,6 +1587,7 @@ export interface ModelConfig {
}
export interface ModelMeta {
toolIds: never[];
description?: string;
capabilities?: object;
profile_image_url?: string;