Mayson Monorepo Documentation
Preparing search index...
packages/types/src
AIMessage
Interface AIMessage
Message in the chat format
interface
AIMessage
{
role
:
"system"
|
"user"
|
"assistant"
;
content
:
string
;
}
Index
Properties
role
content
Properties
role
role
:
"system"
|
"user"
|
"assistant"
content
content
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
content
Mayson Monorepo Documentation
Loading...
Message in the chat format