set extract-actions thinking budget to 512, others to 1024 (#4249)

This commit is contained in:
pedrohsdb
2025-12-09 12:57:10 -08:00
committed by GitHub
parent 25c16edd85
commit c939d34603
2 changed files with 14 additions and 1 deletions

View File

@@ -291,7 +291,7 @@ class Settings(BaseSettings):
# GEMINI
GEMINI_API_KEY: str | None = None
GEMINI_INCLUDE_THOUGHT: bool = False
GEMINI_THINKING_BUDGET: int | None = 512
GEMINI_THINKING_BUDGET: int | None = None
# VERTEX_AI
VERTEX_CREDENTIALS: str | None = None