dashboard-react
Preparing search index...
Conversation
Interface Conversation
Conversation thread persisted in the dashboard chat store.
interface
Conversation
{
id
:
string
;
name
:
string
;
modelId
:
string
;
createdAt
:
number
;
updatedAt
:
number
;
messages
:
ChatMessage
[]
;
summary
?:
string
;
originNodeId
?:
string
;
}
Index
Properties
id
name
model
Id
created
At
updated
At
messages
summary?
origin
Node
Id?
Properties
id
id
:
string
name
name
:
string
model
Id
modelId
:
string
created
At
createdAt
:
number
updated
At
updatedAt
:
number
messages
messages
:
ChatMessage
[]
Optional
summary
summary
?:
string
Optional
origin
Node
Id
originNodeId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
model
Id
created
At
updated
At
messages
summary
origin
Node
Id
dashboard-react
Loading...
Conversation thread persisted in the dashboard chat store.