From 74842135d363921e1d46bf19fe442506145025d0 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Fri, 20 Feb 2026 08:36:15 -0800 Subject: [PATCH] chore: update Modality enum PiperOrigin-RevId: 872914019 --- google/genai/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google/genai/types.py b/google/genai/types.py index c80a9aad3..e463bd96a 100644 --- a/google/genai/types.py +++ b/google/genai/types.py @@ -519,6 +519,8 @@ class Modality(_common.CaseInSensitiveEnum): """Indicates the model should return images.""" AUDIO = 'AUDIO' """Indicates the model should return audio.""" + VIDEO = 'VIDEO' + """Indicates the video modality.""" class MediaResolution(_common.CaseInSensitiveEnum):