toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.types
/
LLMContextMessage
LLMContext
Message
@
Serializable
data
class
LLMContextMessage
(
val
role
:
LLMContextMessage.Role
,
val
content
:
String
,
val
runImmediately
:
Boolean
?
=
false
)
Members
Constructors
LLMContext
Message
Link copied to clipboard
constructor
(
role
:
LLMContextMessage.Role
,
content
:
String
,
runImmediately
:
Boolean
?
=
false
)
Types
Role
Link copied to clipboard
@
Serializable
enum
Role
:
Enum
<
LLMContextMessage.Role
>
Properties
content
Link copied to clipboard
val
content
:
String
role
Link copied to clipboard
val
role
:
LLMContextMessage.Role
run
Immediately
Link copied to clipboard
@
SerialName
(
value
=
"run_immediately"
)
val
runImmediately
:
Boolean
?
=
false