Ask a question to get started
Enter to sendā¢Shift+Enter new line
on_tool_end( self, output: str, color: str | None = None, observation_prefix: str
output
str
The tool output to write.
color
str | None
None
Color override for this specific output.
If None, uses self.color.
self.color
observation_prefix
Optional prefix to write before the output.
llm_prefix
**kwargs
Any
{}
Handle tool end by writing the output with optional prefixes.
Optional prefix to write after the output.
Additional keyword arguments.