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.
@@ -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") ?? "default";
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-RNBYZF6S.js.map
5921
+ //# sourceMappingURL=chunk-N2OSBCFN.js.map