interceptStrategyStart
open override fun interceptStrategyStart(feature: AIAgentFeature<*, *>, handle: suspend (StrategyStartingContext) -> Unit)(source)
Deprecated
Please use interceptStrategyStarting instead. This method is deprecated and will be removed in the next release.
Replace with
import ai.koog.agents.core.feature.handler.strategy.StrategyStartingContext
Content copied to clipboard
interceptStrategyStarting(feature, handle)Content copied to clipboard