interceptAgentRunError

open override fun interceptAgentRunError(feature: AIAgentFeature<*, *>, handle: suspend (AgentExecutionFailedContext) -> Unit)(source)

Deprecated

Please use interceptAgentExecutionFailed instead. This method is deprecated and will be removed in the next release.

Replace with

import ai.koog.agents.core.feature.handler.agent.AgentExecutionFailedContext
interceptAgentExecutionFailed(feature, handle)