You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add resolveChunkTimeout(providerID, value) helper: explicit number/false
wins, otherwise DEFAULT_CHUNK_TIMEOUT_MS=120000 or
EXTENDED_THINKING_CHUNK_TIMEOUT_MS=600000 for anthropic/vertex-anthropic/
bedrock.
- Export wrapSSE for test import.
- Replace direct options.chunkTimeout read with resolveChunkTimeout at the
model-factory fetch path so SSE stalls are detected by default on every
provider.
Makes A.1.3's tests green. Addresses root cause #1 (no default chunk timeout)
from the plan.
0 commit comments