Preparing search index...
The search index is not available
Mosaia Node.js SDK - v0.0.28
Mosaia Node.js SDK
ChatMessage
Interface ChatMessage
interface
ChatMessage
{
role
?:
"user"
|
"system"
|
"assistant"
;
content
?:
string
;
refusal
?:
string
;
annotations
?:
string
[]
;
}
Index
Properties
role?
content?
refusal?
annotations?
Properties
Optional
role
role
?:
"user"
|
"system"
|
"assistant"
Optional
content
content
?:
string
Optional
refusal
refusal
?:
string
Optional
annotations
annotations
?:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
content
refusal
annotations
Mosaia Node.js SDK - v0.0.28
Loading...