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 0fcb771f73..b42a05b79c 100644 --- a/tests/llm_responses_api_testing/test_anthropic_responses_api.py +++ b/tests/llm_responses_api_testing/test_anthropic_responses_api.py @@ -29,6 +29,12 @@ class TestAnthropicResponsesAPITest(BaseResponsesAPITest): return { "model": "anthropic/claude-3-5-sonnet-latest", } + + async def test_basic_openai_responses_delete_endpoint(self, sync_mode): + pass + + async def test_basic_openai_responses_streaming_delete_endpoint(self, sync_mode): + pass def test_multiturn_tool_calls():