voice - allow for text to speech (#211006)

This commit is contained in:
Benjamin Pasero
2024-04-26 09:33:23 +02:00
committed by GitHub
parent f86d0f7324
commit c1f470ad5a
9 changed files with 248 additions and 6 deletions

View File

@@ -1698,6 +1698,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
DebugThread: extHostTypes.DebugThread,
RelatedInformationType: extHostTypes.RelatedInformationType,
SpeechToTextStatus: extHostTypes.SpeechToTextStatus,
TextToSpeechStatus: extHostTypes.TextToSpeechStatus,
PartialAcceptTriggerKind: extHostTypes.PartialAcceptTriggerKind,
KeywordRecognitionStatus: extHostTypes.KeywordRecognitionStatus,
ChatResponseMarkdownPart: extHostTypes.ChatResponseMarkdownPart,