toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.client
/
FunctionMetadata
Function
Metadata
data
class
FunctionMetadata
(
val
name
:
String
,
val
description
:
String
,
val
label
:
String
?
,
val
view
:
String
?
=
null
,
val
staticMethod
:
Boolean
=
false
,
val
inputTypeSchema
:
String
)
Members
Constructors
Function
Metadata
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
label
:
String
?
,
view
:
String
?
=
null
,
staticMethod
:
Boolean
=
false
,
inputTypeSchema
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
input
Type
Schema
Link copied to clipboard
val
inputTypeSchema
:
String
label
Link copied to clipboard
val
label
:
String
?
name
Link copied to clipboard
val
name
:
String
static
Method
Link copied to clipboard
val
staticMethod
:
Boolean
=
false
view
Link copied to clipboard
val
view
:
String
?
=
null