dashboard-react
Preparing search index...
ChatState
Interface ChatState
interface
ChatState
{
conversations
:
Record
<
string
,
Conversation
>
;
activeConversationId
:
string
|
null
;
selectedModelId
:
string
|
null
;
modelToConversationId
:
Record
<
string
,
string
>
;
}
Index
Properties
conversations
active
Conversation
Id
selected
Model
Id
model
To
Conversation
Id
Properties
conversations
conversations
:
Record
<
string
,
Conversation
>
active
Conversation
Id
activeConversationId
:
string
|
null
selected
Model
Id
selectedModelId
:
string
|
null
model
To
Conversation
Id
modelToConversationId
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversations
active
Conversation
Id
selected
Model
Id
model
To
Conversation
Id
dashboard-react
Loading...