diff --git a/libs/partners/anthropic/tests/integration_tests/test_standard.py b/libs/partners/anthropic/tests/integration_tests/test_standard.py index 28a194e75a..8f0ba944bc 100644 --- a/libs/partners/anthropic/tests/integration_tests/test_standard.py +++ b/libs/partners/anthropic/tests/integration_tests/test_standard.py @@ -16,3 +16,7 @@ class TestAnthropicStandard(ChatModelIntegrationTests): @property def chat_model_params(self) -> dict: return {"model": "claude-3-haiku-20240307"} + + @property + def supports_image_inputs(self) -> bool: + return True