Skip to content

Commit

Permalink
fix weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyau97 committed Feb 16, 2024
1 parent e4cc333 commit 342adff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/nodes/tools/CustomTool/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class DynamicStructuredTool<
return result
}

// @ts-ignore
protected async _call(
arg: z.output<T>,
_?: CallbackManagerForToolRun,
Expand Down

0 comments on commit 342adff

Please sign in to comment.