on_agent_finish(
self,
finish: AgentFinish,
color: str | None = None,
**kwargs: Any| Name | Type | Description |
|---|---|---|
finish* | AgentFinish | |
color | str | None | Default: None |
**kwargs | Any | Default: {} |
Run on the agent end.
The agent finish.
The color to use for the text.
Additional keyword arguments.