Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:21:01 +00:00
parent 1115c53f9a
commit 44a64dacb3
@@ -972,6 +972,10 @@ def create_react_agent(
arespond,
),
)
if post_model_hook is not None:
post_model_hook_paths.append("respond")
else:
agent_paths.append("respond")
else:
if post_model_hook is not None:
post_model_hook_paths.append(END)
@@ -1072,3 +1076,4 @@ __all__ = [
"AgentStateWithStructuredResponsePydantic",
]