fix: temporarily disable structured outputs for anthropic (#8491)

This commit is contained in:
Sarah Wooders
2026-01-08 22:20:53 -08:00
committed by Caren Thomas
parent 87e939deda
commit 0cbdf452fa
2 changed files with 36 additions and 24 deletions

View File

@@ -1008,7 +1008,7 @@ async def test_conversation_streaming_raw_http(
[
("openai/gpt-4o", "openai"),
("openai/gpt-5", "openai"),
("anthropic/claude-sonnet-4-5-20250929", "anthropic"),
# ("anthropic/claude-sonnet-4-5-20250929", "anthropic"),
],
)
@pytest.mark.asyncio(loop_scope="function")