mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
TestBedrockInvokeStructuredOutput
This commit is contained in:
parent
125be57347
commit
9222fe59cb
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ Requires AWS credentials and Bedrock model access.
|
|||
import os
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../../../.."))
|
||||
|
||||
from .base_anthropic_messages_structured_output_test import (
|
||||
|
|
@ -17,6 +19,7 @@ from .base_anthropic_messages_structured_output_test import (
|
|||
)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Skipping Bedrock Invoke structured output tests")
|
||||
class TestBedrockInvokeStructuredOutput(BaseAnthropicMessagesStructuredOutputTest):
|
||||
"""
|
||||
E2E tests for structured outputs with Bedrock Invoke API.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue