toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.client
/
ObjectContext
Object
Context
data
class
ObjectContext
(
val
context
:
String
,
val
resources
:
List
<
Resource
>
,
val
functions
:
List
<
FunctionMetadata
>
)
Members
Constructors
Object
Context
Link copied to clipboard
constructor
(
context
:
String
,
resources
:
List
<
Resource
>
,
functions
:
List
<
FunctionMetadata
>
)
Properties
context
Link copied to clipboard
val
context
:
String
entities
Link copied to clipboard
val
entities
:
List
<
Resource
>
functions
Link copied to clipboard
val
functions
:
List
<
FunctionMetadata
>
resources
Link copied to clipboard
val
resources
:
List
<
Resource
>
Functions
info
String
Link copied to clipboard
fun
infoString
(
)
:
String