feat(anthropic): add ChatAnthropicBedrock wrapper (#35091)

This commit is contained in:
NITIN Madan
2026-02-20 23:36:12 +05:30
committed by GitHub
parent 03826061be
commit 63f3669e12
12 changed files with 869 additions and 4 deletions

View File

@@ -268,6 +268,11 @@ SERIALIZABLE_MAPPING: dict[tuple[str, ...], tuple[str, ...]] = {
"chat_models",
"ChatAnthropic",
),
("langchain", "chat_models", "anthropic_bedrock", "ChatAnthropicBedrock"): (
"langchain_anthropic",
"bedrock",
"ChatAnthropicBedrock",
),
("langchain_groq", "chat_models", "ChatGroq"): (
"langchain_groq",
"chat_models",