mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
core[patch]: Fix load of ChatBedrock (#26679)
Complementary PR to master for #26643. Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
409f35363b
commit
f087ab43fd
@ -1026,4 +1026,9 @@ _JS_SERIALIZABLE_MAPPING: dict[tuple[str, ...], tuple[str, ...]] = {
|
|||||||
"image",
|
"image",
|
||||||
"ImagePromptTemplate",
|
"ImagePromptTemplate",
|
||||||
),
|
),
|
||||||
|
("langchain", "chat_models", "bedrock", "ChatBedrock"): (
|
||||||
|
"langchain_aws",
|
||||||
|
"chat_models",
|
||||||
|
"ChatBedrock",
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user