mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test_basic_openai_responses_get_endpoint
This commit is contained in:
parent
c832b0fded
commit
e82cb8d8bd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue