javaApiInterceptPlanCompletionEvaluationCompleted
fun javaApiInterceptPlanCompletionEvaluationCompleted(feature: AIAgentFeature<*, *>, handle: Interceptor<PlanCompletionEvaluationCompletedContext>)(source)
Intercepts plan completion evaluation completed event to perform actions when evaluating if a plan is completed.
JVM-friendly overload that accepts an async interceptor.
Example (Java): pipeline.interceptPlanCompletionEvaluationCompleted(feature, event -> { // Plan completion evaluated return java.util.concurrent.CompletableFuture.completedFuture(null); });