toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.helper
/
LLMContextMessage
LLMContext
Message
@
Serializable
data
class
LLMContextMessage
(
val
role
:
String
,
val
content
:
String
)
Members
Constructors
LLMContext
Message
Link copied to clipboard
constructor
(
role
:
String
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
role
Link copied to clipboard
val
role
:
String