mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -65,7 +65,7 @@ class AgentState(TypedDict):
|
||||
|
||||
messages: Annotated[Sequence[BaseMessage], add_messages]
|
||||
|
||||
is_last_step: IsLastStep
|
||||
is_last_step: NotRequired[IsLastStep]
|
||||
|
||||
remaining_steps: RemainingSteps
|
||||
|
||||
@@ -963,3 +963,4 @@ __all__ = [
|
||||
"AgentStateWithStructuredResponsePydantic",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user