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