Remove corpus counts from chat chrome
This commit is contained in:
@@ -52,11 +52,12 @@ class Settings(BaseSettings):
|
||||
metrics_enabled: bool = True
|
||||
entities_path: Path = _default_entities_path()
|
||||
# F-08: a per-turn budget across RagAgent's sequential Bedrock calls
|
||||
# (understand, sufficiency, generate, up to 2 entailment retries).
|
||||
# (understand, generate, one entailment check on the live agent path).
|
||||
# Defaults sized with headroom above what a normal turn measures live
|
||||
# (~8-9s, 4-5 calls) — see rag/agent.py's MAX_WALL_CLOCK_MS/
|
||||
# (~8-9s before the bounded-provider change) — see rag/agent.py's
|
||||
# MAX_WALL_CLOCK_MS/
|
||||
# MAX_LLM_CALLS_PER_TURN for the full rationale.
|
||||
max_wall_clock_ms: int = 20_000
|
||||
max_wall_clock_ms: int = 40_000
|
||||
max_llm_calls_per_turn: int = 8
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user