interceptStrategyFinished
fun interceptStrategyFinished(feature: AIAgentFeature<*, *>, handle: suspend (StrategyCompletedContext) -> Unit)(source)
Deprecated
Please use interceptStrategyCompleted instead. This method is deprecated and will be removed in the next release.
Replace with
import ai.koog.agents.core.feature.handler.strategy.StrategyCompletedContext
Content copied to clipboard
interceptStrategyCompleted(feature, handle)
Content copied to clipboard
Sets up an interceptor to handle the completion of a strategy for the given feature.