From da3f120d9bce4297b8bdaa03138773c50a04fb4f Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Fri, 1 Aug 2025 22:23:58 +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 d4facdfea..4bf799e23 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: IsLastStep - remaining_steps: RemainingSteps + remaining_steps: NotRequired[RemainingSteps] class AgentStatePydantic(BaseModel): @@ -963,3 +963,4 @@ __all__ = [ "AgentStateWithStructuredResponsePydantic", ] +