mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +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 {
|
return {
|
||||||
"model": "bedrock/converse/us.amazon.nova-micro-v1:0",
|
"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):
|
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"""
|
"""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