添加 MCP 返回结果日志记录功能,更新相关配置和文档,改善 MCP 结果返回

This commit is contained in:
2025-09-05 22:00:50 +08:00
parent b2914be3c1
commit 3dbe00e1d6
7 changed files with 18 additions and 5 deletions

View File

@ -5,7 +5,7 @@ from .constants import USAGE
metadata = PluginMetadata(
name="Marsho AI 插件",
description="接入 Azure API 或其他 API 的 AI 聊天插件,支持图片处理,外部函数调用,兼容包括 DeepSeek-R1 QwQ-32B 在内的多个模型",
description="接入 Azure API 或其他 API 的 AI 聊天插件,支持图片处理,外部函数调用,MCP兼容包括 DeepSeek-R1 QwQ-32B 在内的多个模型",
usage=USAGE,
type="application",
config=ConfigModel,