We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a34bd4 commit 340b494Copy full SHA for 340b494
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -1574,7 +1574,7 @@ async def test_hosted_mcp_tool_propagation_headers(
1574
release="d08ebdb9309e1b004c6f52202de58a09c2268e42",
1575
)
1576
1577
- response = get_model_response(EXAMPLE_RESPONSE)
+ response = get_model_response(EXAMPLE_RESPONSE, serialize_pydantic=True)
1578
1579
with patch.object(
1580
agent_with_tool.model._client._client,
0 commit comments