4.6.5- CoreferenceResolution Module (#631)
This commit is contained in:
2
packages/global/core/ai/model.d.ts
vendored
2
packages/global/core/ai/model.d.ts
vendored
@@ -14,7 +14,7 @@ export type ChatModelItemType = LLMModelItemType & {
|
||||
};
|
||||
|
||||
export type FunctionModelItemType = LLMModelItemType & {
|
||||
functionCall: boolean;
|
||||
toolChoice: boolean;
|
||||
functionPrompt: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user