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
/
AgentExecutionFailedEvent
/
AgentExecutionFailedEvent
Agent
Execution
Failed
Event
constructor
(
eventId
:
String
,
executionInfo
:
AgentExecutionInfo
,
agentId
:
String
,
runId
:
String
,
error
:
AIAgentError
?
,
timestamp
:
Long
=
KoogClock.System.now().toEpochMilliseconds()
)
(
source
)