We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d66d7 commit 1d401f6Copy full SHA for 1d401f6
libs/langgraph/langgraph/pregel/_loop.py
@@ -938,7 +938,7 @@ def output_writes(
938
self._emit("updates", lambda: iter(interrupts))
939
if "values" in stream_modes:
940
current_values = read_channels(self.channels, self.output_keys)
941
- # self.output_keys is a sequence, stream chunk conntains entire state and interrupts
+ # self.output_keys is a sequence, stream chunk contains entire state and interrupts
942
if isinstance(current_values, dict):
943
current_values[INTERRUPT] = interrupts[0][INTERRUPT]
944
self._emit("values", lambda: iter([current_values]))
0 commit comments