interceptPlanCompletionEvaluationStarting
expect open override fun interceptPlanCompletionEvaluationStarting(feature: AIAgentFeature<*, *>, handle: suspend (PlanCompletionEvaluationStartingContext) -> Unit)(source)
Intercepts plan completion evaluation starting event to perform actions when a plan is about to be evaluated for completion.
Parameters
feature
The feature associated with this handler;
handle
A suspend function that processes the start of a plan completion evaluation.