fix: improve error message for interrupted tool processing

This commit is contained in:
ashim-hq
2026-04-20 22:07:58 +08:00
parent 62f028eb3e
commit 4593c3c13d
+1 -1
View File
@@ -261,7 +261,7 @@ export function useToolProcessor(toolId: string) {
eventSourceRef.current.close();
eventSourceRef.current = null;
}
setError("Network error - check your connection");
setError("Processing was interrupted \u2014 retry when reconnected");
setProcessing(false);
setProgress(IDLE_PROGRESS);
};