interceptPlanCreationStarting
expect open override fun interceptPlanCreationStarting(feature: AIAgentFeature<*, *>, handle: suspend (PlanCreationStartingContext) -> Unit)(source)
Intercepts plan creation starting event to perform actions when a plan begins creation.
Parameters
feature
The feature associated with this handler;
handle
A suspend function that processes the start of a plan creation.