langchain-aws
langchain-aws copied to clipboard
Increase testing support for ChatBedrock and ChatBedrockConverse
Problem
Current standard unit and integration tests are not running for all providers, only Anthropic, Meta and Mistral and skipping some tests as well (4/19 are skipped).
Solution
- Enable skipped unit and integration tests, fix any failing tests.
- Enable standard tests for all the Bedrock providers.
Note: This work will be dependent on some of the implementation in #224.