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:
@@ -67,7 +67,7 @@ class AgentState(TypedDict):
|
||||
|
||||
is_last_step: NotRequired[IsLastStep]
|
||||
|
||||
remaining_steps: RemainingSteps
|
||||
remaining_steps: NotRequired[RemainingSteps]
|
||||
|
||||
|
||||
class AgentStatePydantic(BaseModel):
|
||||
@@ -964,3 +964,4 @@ __all__ = [
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user