| Name | Type | Description |
|---|---|---|
serialized* | dict[str, Any] | The serialized tool. |
input_str* | str | The input string. |
run_id* | UUID | The run ID. |
tags | list[str] | None | Default: None |
parent_run_id | UUID | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
name | str | None | Default: None |
inputs | dict[str, Any] | None | Default: None |
**kwargs | Any | Default: {} |
Start a trace for a tool run.
The tags for the run.
The parent run ID.
The metadata for the run.
The name of the run.
The inputs for the tool.
Additional arguments.