Skip to content

Commit

Permalink
restore accidentally deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenweigle committed Dec 12, 2024
1 parent 81f95a8 commit 31b2c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/langgraph/langgraph/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ def _update_as_tuples(self) -> Sequence[tuple[str, Any]]:
PARENT: ClassVar[Literal["__parent__"]] = "__parent__"


StreamChunk = tuple[tuple[str, ...], str, Any]

class StreamProtocol:
__slots__ = ("modes", "__call__")

Expand Down

0 comments on commit 31b2c2f

Please sign in to comment.