toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.chat
/
ToolCall
Tool
Call
data
class
ToolCall
(
val
id
:
String
,
val
name
:
String
,
val
arguments
:
String
)
Represents a tool call requested by the assistant.
Members
Constructors
Tool
Call
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
arguments
:
String
)
Properties
arguments
Link copied to clipboard
val
arguments
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String