Commit 8fdf1df
fix: improve response timeout error message with user-friendly description (#94)
Replace generic 'Response timeout' message with a more descriptive error
that explains the provider may be overloaded or there's an internet
connection/proxy issue when communicating with the provider.
Updated in:
- streaming.rs (2 occurrences)
- subagent.rs (1 occurrence)
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 12418cc commit 8fdf1df
File tree
2 files changed
+3
-3
lines changed- src/cortex-tui/src/runner/event_loop
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
0 commit comments