call<
TArg extends StructuredToolCallInput<ZodObject<__type, "strip", ZodTypeAny, __type, __type>, __type>,
TConfig extends ToolRunnableConfig | undefined
>(arg: TArg, configArg: TConfig, tags: string[]): Promise<any>| Name | Type | Description |
|---|---|---|
arg* | TArg | The input argument for the tool. |
configArg | TConfig | Optional configuration or callbacks for the tool. |
tags | string[] | Optional tags for the tool. |