toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.prompt.persona
/
Persona
Persona
data
class
Persona
(
val
name
:
String
,
val
persona
:
String
,
val
voice
:
String
,
val
objective
:
String
)
A way to structure LLM responses, by grounding them in a personality.
Members
Constructors
Persona
Link copied to clipboard
constructor
(
name
:
String
,
persona
:
String
,
voice
:
String
,
objective
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
objective
Link copied to clipboard
val
objective
:
String
persona
Link copied to clipboard
val
persona
:
String
voice
Link copied to clipboard
val
voice
:
String
Functions
contribution
Link copied to clipboard
open
fun
contribution
(
)
:
String