dashboard-react
Preparing search index...
ChatState
Interface ChatState
interface
ChatState
{
conversations
:
Record
<
string
,
Conversation
>
;
activeConversationId
:
string
|
null
;
selectedModelId
:
string
|
null
;
selectedTranscriptionModelId
:
string
|
null
;
selectedSpeechModelId
:
string
|
null
;
selectedVoice
:
string
|
null
;
autoSpeakAssistant
:
boolean
;
narrateCodeBlocks
:
boolean
;
realtimeVoiceEnabled
:
boolean
;
autoSubmitVoice
:
boolean
;
modelToConversationId
:
Record
<
string
,
string
>
;
}
Index
Properties
conversations
active
Conversation
Id
selected
Model
Id
selected
Transcription
Model
Id
selected
Speech
Model
Id
selected
Voice
auto
Speak
Assistant
narrate
Code
Blocks
realtime
Voice
Enabled
auto
Submit
Voice
model
To
Conversation
Id
Properties
conversations
conversations
:
Record
<
string
,
Conversation
>
active
Conversation
Id
activeConversationId
:
string
|
null
selected
Model
Id
selectedModelId
:
string
|
null
selected
Transcription
Model
Id
selectedTranscriptionModelId
:
string
|
null
selected
Speech
Model
Id
selectedSpeechModelId
:
string
|
null
selected
Voice
selectedVoice
:
string
|
null
auto
Speak
Assistant
autoSpeakAssistant
:
boolean
narrate
Code
Blocks
narrateCodeBlocks
:
boolean
Speak short interjections while a code block streams (voice loop).
realtime
Voice
Enabled
realtimeVoiceEnabled
:
boolean
auto
Submit
Voice
autoSubmitVoice
:
boolean
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
selected
Transcription
Model
Id
selected
Speech
Model
Id
selected
Voice
auto
Speak
Assistant
narrate
Code
Blocks
realtime
Voice
Enabled
auto
Submit
Voice
model
To
Conversation
Id
dashboard-react
Loading...
Speak short interjections while a code block streams (voice loop).