onAfterLLMCall

fun onAfterLLMCall(handler: suspend (AfterLLMCallContext) -> Unit)(source)

Deprecated

Use onLLMCallCompleted instead

Replace with

import ai.koog.agents.core.feature.handler.LLMCallCompletedContext
onLLMCallCompleted(handler)

Append handler called after a response is received from the language model.