toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.spi.loop
/
ToolCallResult
Tool
Call
Result
data
class
ToolCallResult
(
val
toolName
:
String
,
val
toolInput
:
String
,
val
result
:
String
,
val
resultObject
:
Any
?
)
Result of a tool call execution.
Members
Constructors
Tool
Call
Result
Link copied to clipboard
constructor
(
toolName
:
String
,
toolInput
:
String
,
result
:
String
,
resultObject
:
Any
?
)
Properties
result
Link copied to clipboard
val
result
:
String
result
Object
Link copied to clipboard
val
resultObject
:
Any
?
tool
Input
Link copied to clipboard
val
toolInput
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String