toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.event
/
ToolCallResponseEvent
Tool
Call
Response
Event
class
ToolCallResponseEvent
:
AbstractAgentProcessEvent
Response from a tool call, whether successful or not.
Members
Properties
agent
Process
Link copied to clipboard
val
agentProcess
:
AgentProcess
history
Link copied to clipboard
val
history
:
List
<
ActionInvocation
>
process
Id
Link copied to clipboard
open
override
val
processId
:
String
ID of the process that this event relates to.
request
Link copied to clipboard
val
request
:
ToolCallRequestEvent
result
Link copied to clipboard
val
result
:
<Error class: unknown class>
<
String
>
running
Time
Link copied to clipboard
open
val
runningTime
:
Duration
status
Link copied to clipboard
val
status
:
AgentProcessStatusReport
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant