onToolCallResult

abstract fun onToolCallResult(handler: suspend (ToolCallResultContext) -> Unit)(source)

Deprecated

Use onToolCallCompleted instead

Replace with

import ai.koog.agents.core.feature.handler.ToolCallCompletedContext
onToolCallCompleted(handler)

Append handler called when a tool call completes successfully.