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