| 类型 | JSON Schema 引用链接 | 用途 |
|---|---|---|
| Message | https://api.smith.langchain.com/public/schemas/v1/message.json | 表示发送给聊天模型的消息,遵循 OpenAI 标准格式。 |
| Tool | https://api.smith.langchain.com/public/schemas/v1/tooldef.json | 聊天模型可用于函数调用的工具定义,采用受 OpenAI JSON Schema 启发的函数格式定义。 |
将这些文档通过 MCP 连接到 Claude、VSCode 等,以获取实时答案。

