fix(confidence-engine): extend reconstruction chat timeout
This commit is contained in:
@@ -98,6 +98,12 @@
|
||||
- This skipped schema-constrained reconstruction `/api/chat` and used unconstrained `/api/generate`. Response-body disposal now uses Fetch-compatible consumption without changing capability or fallback semantics.
|
||||
- Next boundary: one fresh-process fixed-scenario production observation.
|
||||
|
||||
## Reconstruction chat timeout
|
||||
|
||||
- Capability detection/body disposal was fixed at `7070342`. Fresh runtime evidence then proved the real schema-constrained `/api/chat` request was attempted but Confidence Engine aborted it after 60 seconds while Qwen was still generating.
|
||||
- Fallback `/api/generate` completed but produced structurally invalid reconstruction. The real reconstruction `/api/chat` timeout is now 300 seconds, matching `/api/generate`; fallback, schema, prompt, and reasoning semantics are unchanged.
|
||||
- Next boundary: one fresh-process fixed-scenario production observation.
|
||||
|
||||
## Current product architecture
|
||||
|
||||
Three distinct routes, not a single page:
|
||||
|
||||
Reference in New Issue
Block a user