TestAnthropicResponsesAPITest

This commit is contained in:
Ishaan Jaff 2025-04-22 14:24:01 -07:00
parent 06ceac0d47
commit 785b7bed61

View file

@ -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():