interceptStrategyFinished

open override 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
interceptStrategyCompleted(feature, handle)