@airbolt/sdk
Home
React SDK
GitHub
Preparing search index...
Message
Interface Message
Message format for chat interactions
interface
Message
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
;
}
Index
Properties
content
role
Properties
content
content
:
string
role
role
:
"user"
|
"assistant"
|
"system"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
role
Home
React SDK
GitHub
@airbolt/sdk
Loading...
Message format for chat interactions