core: add sambanova chat models to load module mapping (#29855)

- **Description:** add sambanova integration package chat models to load
module mapping, to allow serialization and deserialization
This commit is contained in:
Jorge Piedrahita Ortiz
2025-02-20 12:30:50 -05:00
committed by GitHub
parent d227e4a08e
commit 3acf842e35
3 changed files with 21 additions and 0 deletions

View File

@@ -112,6 +112,16 @@ def test_serializable_mapping() -> None:
"chat_models",
"ChatGroq",
),
("langchain_sambanova", "chat_models", "ChatSambaNovaCloud"): (
"langchain_sambanova",
"chat_models",
"ChatSambaNovaCloud",
),
("langchain_sambanova", "chat_models", "ChatSambaStudio"): (
"langchain_sambanova",
"chat_models",
"ChatSambaStudio",
),
# TODO(0.3): For now we're skipping the below two tests. Need to fix
# so that it only runs when langchain-aws, langchain-google-genai
# are installed.