mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-27 20:15:00 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user