Apply default thinking budget to all LLM prompts (#4671)

This commit is contained in:
pedrohsdb
2026-02-09 13:55:06 -08:00
committed by GitHub
parent 226288445d
commit c17418692a
2 changed files with 23 additions and 6 deletions

View File

@@ -312,6 +312,8 @@ class Settings(BaseSettings):
GEMINI_API_KEY: str | None = None
GEMINI_INCLUDE_THOUGHT: bool = False
GEMINI_THINKING_BUDGET: int | None = None
DEFAULT_THINKING_BUDGET: int = 1024
EXTRACT_ACTION_THINKING_BUDGET: int = 512
# VERTEX_AI
VERTEX_CREDENTIALS: str | None = None