Ask a question to get started
Enter to sendā¢Shift+Enter new line
on_tool_start( self, serialized: dict[str, Any] | None, input_str: str
serialized
dict[str, Any] | None
The serialized tool.
input_str
str
The input to the tool.
run_id
UUID | None
None
parent_run_id
**kwargs
Any
{}
Run when the tool starts running.
The ID of the run.
The ID of the parent run.
Additional keyword arguments.