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:
Piyush Jain 2024-09-19 14:57:20 -07:00 committed by GitHub
parent 409f35363b
commit f087ab43fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1026,4 +1026,9 @@ _JS_SERIALIZABLE_MAPPING: dict[tuple[str, ...], tuple[str, ...]] = {
"image",
"ImagePromptTemplate",
),
("langchain", "chat_models", "bedrock", "ChatBedrock"): (
"langchain_aws",
"chat_models",
"ChatBedrock",
),
}