fix: Update thinking configuration parameter name for clarity

This commit is contained in:
Slipstream 2025-06-01 17:57:16 -06:00
parent 7627f192c7
commit 896dc8a610
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -1060,8 +1060,7 @@ CRITICAL: Do NOT output anything other than the required JSON response.
model_path = model_id_to_use
thinking_config = types.ThinkingConfig(
mode="OFF", # or "AUTO" or "OFF"
token_limit=0 # Example manual thinking budget
thinking_budget=0 # Example manual thinking budget
)
generation_config = types.GenerateContentConfig(