diff --git a/libs/langgraph/langgraph/stream/_types.py b/libs/langgraph/langgraph/stream/_types.py index 9f50884fd..13b202aaa 100644 --- a/libs/langgraph/langgraph/stream/_types.py +++ b/libs/langgraph/langgraph/stream/_types.py @@ -35,7 +35,7 @@ class ProtocolEvent(TypedDict): """ type: Literal["event"] - eventId: NotRequired[str] + event_id: NotRequired[str] # snake_case to match the langchain-protocol wire field seq: NotRequired[int] method: str # StreamMode value: "values", "messages", "custom", etc. params: _ProtocolEventParams