MEDIUM thinking level is not supported by this model

This commit is contained in:
Matteo Rosati
2026-01-29 15:05:00 +01:00
parent f14c56ddd3
commit 3a7f329499

View File

@@ -34,6 +34,6 @@ generate_content_config = types.GenerateContentConfig(
], ],
tools=tools, tools=tools,
thinking_config=types.ThinkingConfig( thinking_config=types.ThinkingConfig(
thinking_level="MEDIUM", thinking_level="HIGH",
), ),
) )