langchain_agentx_stream_ui 0.7.1 → 0.7.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.
- package/dist/{chunk-RNBYZF6S.js → chunk-N2OSBCFN.js} +3 -2
- package/dist/chunk-N2OSBCFN.js.map +1 -0
- package/dist/{chunk-GGYJQYVR.js → chunk-TSZ6GVSA.js} +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/multi-session.js +2 -2
- package/dist/virtual.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-RNBYZF6S.js.map +0 -1
- /package/dist/{chunk-GGYJQYVR.js.map → chunk-TSZ6GVSA.js.map} +0 -0
|
@@ -3274,7 +3274,8 @@ function toolUseEntry(entry) {
|
|
|
3274
3274
|
if (!isGroupableToolName(toolName)) return null;
|
|
3275
3275
|
const toolCallId = readPayloadString2(payload, "tool_call_id") ?? entry.sourceNodeIds[0] ?? "";
|
|
3276
3276
|
if (!toolCallId) return null;
|
|
3277
|
-
const messageId = readPayloadString2(payload, "message_id") ?? readPayloadString2(payload, "response_id")
|
|
3277
|
+
const messageId = readPayloadString2(payload, "message_id") ?? readPayloadString2(payload, "response_id");
|
|
3278
|
+
if (!messageId) return null;
|
|
3278
3279
|
return {
|
|
3279
3280
|
entry,
|
|
3280
3281
|
toolCallId,
|
|
@@ -5917,4 +5918,4 @@ export {
|
|
|
5917
5918
|
VirtualTimeline,
|
|
5918
5919
|
SessionTimeline
|
|
5919
5920
|
};
|
|
5920
|
-
//# sourceMappingURL=chunk-
|
|
5921
|
+
//# sourceMappingURL=chunk-N2OSBCFN.js.map
|