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