script generation improvement (#3216)

This commit is contained in:
Shuchang Zheng
2025-08-16 17:48:10 -07:00
committed by GitHub
parent 82f0b98fca
commit b9b7591079
14 changed files with 841 additions and 279 deletions

View File

@@ -119,6 +119,7 @@ class Settings(BaseSettings):
SECONDARY_LLM_KEY: str | None = None
SELECT_AGENT_LLM_KEY: str | None = None
SINGLE_CLICK_AGENT_LLM_KEY: str | None = None
SINGLE_INPUT_AGENT_LLM_KEY: str | None = None
PROMPT_BLOCK_LLM_KEY: str | None = None
# COMMON
LLM_CONFIG_TIMEOUT: int = 300