Chatoyant - v0.2.1
Preparing search index...
ChatJSON
Interface ChatJSON
Serialized Chat state.
interface
ChatJSON
{
model
:
string
;
messages
:
MessageJSON
[]
;
config
?:
Partial
<
ChatConfig
>
;
}
Index
Properties
model
messages
config?
Properties
model
model
:
string
messages
messages
:
MessageJSON
[]
Optional
config
config
?:
Partial
<
ChatConfig
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model
messages
config
Chatoyant - v0.2.1
Loading...
Serialized Chat state.