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