fix weird error

This commit is contained in:
chungyau97 2024-02-16 20:20:17 +08:00
parent e4cc333374
commit 342adff8cb
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export class DynamicStructuredTool<
return result
}
// @ts-ignore
protected async _call(
arg: z.output<T>,
_?: CallbackManagerForToolRun,