mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
TestAnthropicResponsesAPITest
This commit is contained in:
parent
06ceac0d47
commit
785b7bed61
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ class TestAnthropicResponsesAPITest(BaseResponsesAPITest):
|
||||||
return {
|
return {
|
||||||
"model": "anthropic/claude-3-5-sonnet-latest",
|
"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():
|
def test_multiturn_tool_calls():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue