on_agent_action(
self,
action: AgentAction,
*,
run_id: UUID,
parent_run_id: UUID || Name | Type | Description |
|---|---|---|
action* | AgentAction | The agent action. |
run_id* | UUID | The ID of the current run. |
parent_run_id | UUID | None | Default: NoneThe ID of the parent run. |
**kwargs | Any | Default: {} |
Run on agent action.
Additional keyword arguments.