call<
TArg extends any,
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. |