diff --git a/google/generativeai/types/content_types.py b/google/generativeai/types/content_types.py index f3db610e1..4f7bc7561 100644 --- a/google/generativeai/types/content_types.py +++ b/google/generativeai/types/content_types.py @@ -81,6 +81,8 @@ 0: Mode.MODE_UNSPECIFIED, "mode_unspecified": Mode.MODE_UNSPECIFIED, "unspecified": Mode.MODE_UNSPECIFIED, + "mode_always": Mode.MODE_UNSPECIFIED, + "always": Mode.MODE_UNSPECIFIED, Mode.MODE_DYNAMIC: Mode.MODE_DYNAMIC, 1: Mode.MODE_DYNAMIC, "mode_dynamic": Mode.MODE_DYNAMIC,