@langgraph-js/pure-graph 3.2.2 → 3.2.3

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.
@@ -1,5 +1,5 @@
1
- import { s as serialiseAsDict, a as streamState, g as getGraph, L as LangGraphGlobal } from '../../stream-jYlUzTZO.js';
2
- import { c as createEndpoint } from '../../createEndpoint-vMmFiMSz.js';
1
+ import { s as serialiseAsDict, a as streamState, g as getGraph, L as LangGraphGlobal } from '../../stream-Zt8tbgEj.js';
2
+ import { c as createEndpoint } from '../../createEndpoint-CTPbz_D8.js';
3
3
  import z from 'zod';
4
4
  import camelcaseKeys from 'camelcase-keys';
5
5
 
@@ -741,11 +741,7 @@ async function streamRun(req, context) {
741
741
  };
742
742
  writer.signal.addEventListener("abort", abortHandler);
743
743
  try {
744
- generator = client.runs.stream(
745
- thread_id,
746
- payload.assistant_id,
747
- camelcaseKeys(payload)
748
- );
744
+ generator = client.runs.stream(thread_id, payload.assistant_id, camelcaseKeys(payload));
749
745
  for await (const { event, data } of generator) {
750
746
  if (isCleaningUp || writer.signal.aborted) {
751
747
  break;