Files
2026-07-13 12:36:28 +08:00

8 lines
274 B
Python

def test_sdk_import_unit():
from langchain_chatchat import ChatPlatformAI, PlatformToolsRunnable
def test_mcp_import() -> None:
"""Test that the code can be imported"""
from langchain_chatchat.agent_toolkits.mcp_kit import client, prompts, tools # noqa: F401