mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
TestManusResponsesAPITest
This commit is contained in:
parent
cbac70a4ec
commit
ebf09218d5
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ class TestManusResponsesAPITest(BaseResponsesAPITest):
|
|||
async def test_cancel_responses_invalid_response_id(self, sync_mode):
|
||||
pytest.skip("CANCEL responses is not supported for Manus")
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_multiturn_responses_api(self):
|
||||
pytest.skip("Multiturn responses is not supported for Manus")
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_manus_responses_api_with_agent_profile():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue