call<
TArg,
TConfig extends ToolRunnableConfig | undefined
>(
arg: TArg,
configArg: TConfig,
tags: string[]
): Promise<ToolReturnType<TArg, TConfig, ToolOutputT>>| 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. |