| Name | Type | Description |
|---|---|---|
tool_input* | str | dict | The input to the tool. |
verbose | bool | None | Default: NoneWhether to log the tool's progress. |
start_color | str | None | Default: 'green' |
color | str | None | Default: 'green' |
callbacks | Callbacks | Default: None |
tags | list[str] | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
run_name | str | None | Default: None |
run_id | uuid.UUID | None | Default: None |
config | RunnableConfig | None | Default: None |
tool_call_id | str | None | Default: None |
**kwargs | Any | Default: {} |
Run the tool asynchronously.
The color to use when starting the tool.
The color to use when ending the tool.
Callbacks to be called during tool execution.
Optional list of tags associated with the tool.
Optional metadata associated with the tool.
The name of the run.
The id of the run.
The configuration for the tool.
The id of the tool call.
Keyword arguments to be passed to tool callbacks