Skip to content

Commit 1f309b5

Browse files
committed
Speex: future northbridge nav
1 parent 5273352 commit 1f309b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/modules/speex/speex.types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { DConversationId } from '~/common/stores/chat/chat.conversation';
12
import type { DModelsServiceId } from '~/common/stores/llms/llms.service.types';
23

34
import type { SpeexWire_VoiceOption } from './protocols/rpc/rpc.wiretypes';
@@ -145,6 +146,7 @@ export interface SpeexSpeakTextOptions {
145146
// future-ui
146147
label?: string; // UNUSED: For NorthBridge queue display
147148
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
148150
}
149151

150152
export type SpeexSpeakTextResult = {

0 commit comments

Comments
 (0)