test_bedrock_nova_json.py
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 23s

This commit is contained in:
Ishaan Jaff 2025-04-03 08:37:59 -07:00
parent 44b34299a8
commit e0dbd328be

View file

@ -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"""