From e82cb8d8bd34d72bac6f132783b546b8be02319f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 23 Apr 2025 07:10:05 -0700 Subject: [PATCH] test_basic_openai_responses_get_endpoint --- .../test_anthropic_responses_api.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/llm_responses_api_testing/test_anthropic_responses_api.py b/tests/llm_responses_api_testing/test_anthropic_responses_api.py index b02c9b8d11..51c23b3664 100644 --- a/tests/llm_responses_api_testing/test_anthropic_responses_api.py +++ b/tests/llm_responses_api_testing/test_anthropic_responses_api.py @@ -36,6 +36,11 @@ class TestAnthropicResponsesAPITest(BaseResponsesAPITest): async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode=False): pass + async def test_basic_openai_responses_get_endpoint(self, sync_mode): + pass + + + def test_multiturn_tool_calls(): # Test streaming response with tools for Anthropic