refactor: 重构聊天模块支持 SSE 断线重连及用户上下文隔离

This commit is contained in:
zl-q
2026-03-30 09:06:10 +08:00
parent 1aac62f39e
commit 4285b4ec80
28 changed files with 1624 additions and 658 deletions
+1
View File
@@ -5,6 +5,7 @@ abstract class ChatApi {
Future<Stream<String>> streamRunEvents(
String threadId, {
required String runId,
String? lastEventId,
});