@wu529778790/open-im 1.9.4-beta.1 → 1.9.4-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,7 +51,8 @@ export function setupWorkBuddyHandlers(config, sessionManager) {
|
|
|
51
51
|
const client = getCentrifugeClient();
|
|
52
52
|
if (client)
|
|
53
53
|
client.setStreamingMode(false);
|
|
54
|
-
|
|
54
|
+
// 用 streaming 而非 end_turn,避免 CodeBuddy 平台显示 "✅ Local Agent task completed"
|
|
55
|
+
await sendStreamingReply(null, chatId, content, msgId);
|
|
55
56
|
},
|
|
56
57
|
sendError: async (error) => {
|
|
57
58
|
const client = getCentrifugeClient();
|