interceptPlanCreationCompleted

abstract fun interceptPlanCreationCompleted(feature: AIAgentFeature<*, *>, handle: suspend (PlanCreationCompletedContext) -> Unit)(source)

Intercepts plan creation completed event to perform actions when a plan completes creation.

Parameters

feature

The feature associated with this handler;

handle

A suspend function that processes the completion of a plan creation.