koog-agents
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-core
/
ai.koog.agents.core.feature.model
/
AfterLLMCallEvent
/
AfterLLMCallEvent
After
LLMCall
Event
constructor
(
runId
:
String
,
prompt
:
Prompt
,
model
:
String
,
responses
:
List
<
Message.Response
>
,
moderationResponse
:
ModerationResult
?
=
null
,
eventId
:
String
=
AfterLLMCallEvent::class.simpleName!!
)
(
source
)