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
/
BeforeLLMCallHandler
Before
LLMCall
Handler
fun
interface
BeforeLLMCallHandler
(
source
)
Members
Functions
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
prompt
:
Prompt
,
tools
:
List
<
ToolDescriptor
>
,
model
:
LLModel
,
sessionUuid
:
Uuid
)