| Name | Type | Description |
|---|---|---|
serialized* | dict[str, Any] | The serialized tool. |
input_str* | str | The input string. |
run_id* | UUID | The ID of the current run. |
parent_run_id | UUID | None | Default: None |
tags | list[str] | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
inputs | dict[str, Any] | None | Default: None |
**kwargs | Any | Default: {} |
Run when the tool starts running.
The ID of the parent run.
The tags.
The metadata.
The inputs.
Additional keyword arguments.