koog-agents
Toggle table of contents
0.2.1
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.handler
/
AfterLLMCallHandler
After
LLMCall
Handler
fun
interface
AfterLLMCallHandler
(
source
)
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
prompt
:
Prompt
,
tools
:
List
<
ToolDescriptor
>
,
model
:
LLModel
,
responses
:
List
<
Message.Response
>
,
sessionUuid
:
Uuid
)