From 67d612cb09fc0424134a273db8a0ed97e55615e3 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Thu, 31 Jul 2025 19:40:33 +0000 Subject: [PATCH] Apply patch [skip ci] --- libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py index 1f0eb67b7..d7d42ded6 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -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__ = [ ] +