Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:27:15 +00:00
parent db409f4e1a
commit 5aa0525965
+2 -1
View File
@@ -2091,7 +2091,7 @@ def test_post_model_hook_with_structured_output() -> None:
},
{"post_model_hook": {"flag": True}},
{
"generate_structured_response": {
"respond": {
"structured_response": WeatherResponse(temperature=75.0)
}
},
@@ -2159,3 +2159,4 @@ def test_create_react_agent_inject_vars_with_post_model_hook(
assert result["foo"] == 2