fix: harden request handling, pipeline containment, and startup boundaries
This commit is contained in:
parent
2cc33a721c
commit
3555256a02
18 changed files with 656 additions and 107 deletions
|
|
@ -41,6 +41,8 @@ class Settings(BaseSettings):
|
|||
llm_model: str = "claude-sonnet-5"
|
||||
intent_effort: str = "low"
|
||||
rerank_effort: str = "medium"
|
||||
# Bound provider calls independently from the grounding deadline.
|
||||
llm_timeout_seconds: float = 120.0
|
||||
# Ceilings include adaptive thinking tokens, which is why they sit far
|
||||
# above the size of the structured output itself.
|
||||
intent_max_tokens: int = 16384
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue