feat(voice): add privacy and compliance UX warning for Gemini Live backend (#26454)

This commit is contained in:
Coco Sheng
2026-05-04 14:32:15 -04:00
committed by GitHub
parent d313cd7dde
commit 60a6a47d56
6 changed files with 126 additions and 12 deletions
+5 -1
View File
@@ -2099,7 +2099,11 @@ const SETTINGS_SCHEMA = {
category: 'Experimental',
requiresRestart: false,
default: 'gemini-live',
description: 'The backend to use for voice transcription.',
description: oneLine`
The backend to use for voice transcription. Note: When using the
Gemini Live backend, voice recordings are sent to Google Cloud for
transcription.
`,
showInDialog: true,
options: [
{ value: 'gemini-live', label: 'Gemini Live API (Cloud)' },