chore(anthropic): vcr integration test (#34160)

This commit is contained in:
ccurme
2025-12-01 10:28:28 -05:00
committed by GitHub
parent 878f033ed7
commit 7549845d82
2 changed files with 1 additions and 0 deletions

View File

@@ -700,6 +700,7 @@ def test_response_format(schema: dict | type) -> None:
assert parsed["age"]
@pytest.mark.vcr
def test_response_format_in_agent() -> None:
class Weather(BaseModel):
temperature: float