From 35968c4b5eb548d5a90dedc86ad76b8d03adea88 Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Mon, 8 Jun 2026 17:59:22 -0700 Subject: [PATCH] docs: Clarify Live API START_SENSITIVITY_HIGH or _LOW defaults are different in Gemini Live and Gemini Enterprise Agent Platform Live API Fixes #2555 PiperOrigin-RevId: 928868699 --- google/genai/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/genai/types.py b/google/genai/types.py index f99fbd070..c5016b9d2 100644 --- a/google/genai/types.py +++ b/google/genai/types.py @@ -1228,7 +1228,7 @@ class StartSensitivity(_common.CaseInSensitiveEnum): """Start of speech sensitivity.""" START_SENSITIVITY_UNSPECIFIED = 'START_SENSITIVITY_UNSPECIFIED' - """The default is START_SENSITIVITY_LOW.""" + """The default is START_SENSITIVITY_LOW for Gemini Enterprise Agent Platform and START_SENSITIVITY_HIGH for Live Music.""" START_SENSITIVITY_HIGH = 'START_SENSITIVITY_HIGH' """Automatic detection will detect the start of speech more often.""" START_SENSITIVITY_LOW = 'START_SENSITIVITY_LOW'