toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.support
/
Evaluator
Evaluator
data
class
Evaluator
(
val
name
:
String
=
"Socrates"
,
val
voice
:
String
=
"You speak like a friendly, relaxed human"
,
val
prompt
:
String
=
"eval/socrates"
,
val
temperature
:
Double
=
0.5
,
val
signoff
:
String
=
"So Long, and Thanks for All the Fish"
)
Members
Constructors
Evaluator
Link copied to clipboard
constructor
(
name
:
String
=
"Socrates"
,
voice
:
String
=
"You speak like a friendly, relaxed human"
,
prompt
:
String
=
"eval/socrates"
,
temperature
:
Double
=
0.5
,
signoff
:
String
=
"So Long, and Thanks for All the Fish"
)
Properties
name
Link copied to clipboard
val
name
:
String
prompt
Link copied to clipboard
val
prompt
:
String
signoff
Link copied to clipboard
val
signoff
:
String
temperature
Link copied to clipboard
val
temperature
:
Double
=
0.5
voice
Link copied to clipboard
val
voice
:
String