From 75721915ca86c483e254c01b29da74de372be723 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Thu, 31 Jul 2025 19:41:37 +0000 Subject: [PATCH] Apply patch [skip ci] --- libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py index d7d42ded6..8437f5d1b 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -76,6 +76,7 @@ class AgentStatePydantic(BaseModel): messages: Annotated[Sequence[BaseMessage], add_messages] remaining_steps: RemainingSteps = 25 + is_last_step: Optional[bool] = None class AgentStateWithStructuredResponse(AgentState): @@ -965,3 +966,4 @@ __all__ = [ +