koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.feature.model.events
/
LLMCallStartingEvent
/
LLMCallStartingEvent
LLMCall
Starting
Event
constructor
(
eventId
:
String
,
executionInfo
:
AgentExecutionInfo
,
runId
:
String
,
prompt
:
Prompt
,
model
:
ModelInfo
,
tools
:
List
<
String
>
,
timestamp
:
Long
=
KoogClock.System.now().toEpochMilliseconds()
)
(
source
)