koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.handler
/
AfterLLMCallWithToolsHandler
After
LLMCall
With
Tools
Handler
fun
interface
AfterLLMCallWithToolsHandler
(
source
)
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
response
:
List
<
Message.Response
>
,
tools
:
List
<
ToolDescriptor
>
)