toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.client
/
FunctionCallRequest
Function
Call
Request
data
class
FunctionCallRequest
(
val
function
:
FunctionIdentification
,
val
arguments
:
Map
<
String
,
Any
>
,
val
context
:
String
)
Members
Constructors
Function
Call
Request
Link copied to clipboard
constructor
(
function
:
FunctionIdentification
,
arguments
:
Map
<
String
,
Any
>
,
context
:
String
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Map
<
String
,
Any
>
context
Link copied to clipboard
val
context
:
String
function
Link copied to clipboard
val
function
:
FunctionIdentification