mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(anthropic): vcr integration test (#34160)
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user