Refactor thinking_config initialization by removing example comment

This commit is contained in:
Slipstream 2025-06-06 21:15:51 -06:00
parent 23d961eb2e
commit 8d6e1a7a80
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -1482,7 +1482,7 @@ CRITICAL: Do NOT output anything other than the required JSON response.
thinking_config = types.ThinkingConfig(
thinking_budget=0
) # Example manual thinking budget
)
generation_config = types.GenerateContentConfig(
temperature=0.2,