Skip to content

Commit 539e7fe

Browse files
authored
Update content_types.py
Add an "always" alias.
1 parent c8eadc4 commit 539e7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/generativeai/types/content_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
0: Mode.MODE_UNSPECIFIED,
8282
"mode_unspecified": Mode.MODE_UNSPECIFIED,
8383
"unspecified": Mode.MODE_UNSPECIFIED,
84+
"mode_always": Mode.MODE_UNSPECIFIED,
85+
"always": Mode.MODE_UNSPECIFIED,
8486
Mode.MODE_DYNAMIC: Mode.MODE_DYNAMIC,
8587
1: Mode.MODE_DYNAMIC,
8688
"mode_dynamic": Mode.MODE_DYNAMIC,

0 commit comments

Comments
 (0)