Invokes the tool with the provided input and configuration.
invoke<
TInput extends any,
TConfig extends ToolRunnableConfig | undefined
>(input: TInput, config: TConfig| Name | Type | Description |
|---|---|---|
input* | TInput | |
config | TConfig |
The input for the tool.
Optional configuration for the tool.