toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.test.integration
/
ScriptedLlmOperations
/
ToolCallRecord
Tool
Call
Record
data
class
ToolCallRecord
(
val
toolName
:
String
,
val
input
:
String
,
val
result
:
String
)
Members
Constructors
Tool
Call
Record
Link copied to clipboard
constructor
(
toolName
:
String
,
input
:
String
,
result
:
String
)
Properties
input
Link copied to clipboard
val
input
:
String
result
Link copied to clipboard
val
result
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String