Called when an agent is about to execute an action, with the action and the run ID.
handleAgentAction(
action: AgentAction,
runId: string,
parentRunId: string,
tags: string[]
): void | Promise<void>| Name | Type | Description |
|---|---|---|
action* | AgentAction | |
runId* | string | |
parentRunId | string | |
tags | string[] |