onPlanCreationStarting
abstract suspend fun onPlanCreationStarting(eventId: String, executionInfo: AgentExecutionInfo, context: AIAgentContext, state: Any, plan: Any?, stepIndex: Int)(source)
Notifies all registered planner handlers that a plan creation has started.
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;
plan
The plan that is starting creation;