We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5273352 commit 1f309b5Copy full SHA for 1f309b5
src/modules/speex/speex.types.ts
@@ -1,3 +1,4 @@
1
+import type { DConversationId } from '~/common/stores/chat/chat.conversation';
2
import type { DModelsServiceId } from '~/common/stores/llms/llms.service.types';
3
4
import type { SpeexWire_VoiceOption } from './protocols/rpc/rpc.wiretypes';
@@ -145,6 +146,7 @@ export interface SpeexSpeakTextOptions {
145
146
// future-ui
147
label?: string; // UNUSED: For NorthBridge queue display
148
personaUid?: string; // UNUSED: For NorthBridge queue icon / controls (if the audio came from a persona)
149
+ conversationId?: DConversationId; // UNUSED: For NorthBridge "go to source" navigation
150
}
151
152
export type SpeexSpeakTextResult = {
0 commit comments