We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c34f99 commit 45947ebCopy full SHA for 45947eb
frontend/src/lib/api.ts
@@ -1091,17 +1091,8 @@ export const streamAgent = (
1091
`[STREAM] Detected thread run end message for ${agentRunId}`,
1092
);
1093
1094
- // Add to non-running set
1095
- nonRunningAgentRuns.add(agentRunId);
1096
-
1097
// Notify about the message
1098
callbacks.onMessage(rawData);
1099
1100
- // Clean up
1101
- eventSource.close();
1102
- activeStreams.delete(agentRunId);
1103
- callbacks.onClose();
1104
1105
return;
1106
}
1107
0 commit comments