mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
test_bedrock_nova_json.py
This commit is contained in:
parent
44b34299a8
commit
e0dbd328be
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ class TestBedrockNovaJson(BaseLLMChatTest):
|
|||
return {
|
||||
"model": "bedrock/converse/us.amazon.nova-micro-v1:0",
|
||||
}
|
||||
|
||||
def test_json_response_nested_pydantic_obj(self):
|
||||
pass
|
||||
|
||||
def test_json_response_nested_json_schema(self):
|
||||
pass
|
||||
|
||||
def test_tool_call_no_arguments(self, tool_call_no_arguments):
|
||||
"""Test that tool calls with no arguments is translated correctly. Relevant issue: https://github.com/BerriAI/litellm/issues/6833"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue