onStepExecutionCompleted
abstract suspend fun onStepExecutionCompleted(eventId: String, executionInfo: AgentExecutionInfo, context: AIAgentContext, state: Any, plan: Any, stepIndex: Int)(source)
Notifies all registered planner handlers that a plan step execution has completed.
Parameters
eventId
The unique identifier for the event group;
executionInfo
The execution information for the step execution event;
context
The context of the step execution;
state
The state after step execution;
plan
The plan that completed execution;
stepIndex
The index of the step in the plan;