Handle agent finish by writing the finish log.
on_agent_finish(
self,
finish: AgentFinish,
color: str | None = None,
**kwargs: Any = {}
) -> None| Name | Type | Description |
|---|---|---|
finish* | AgentFinish | The agent finish object containing the log to write. |
color | str | None | Default: NoneColor override for this specific output. If |
**kwargs | Any | Default: {}Additional keyword arguments. |