diff --git a/backend/services/tool_configuration_service.py b/backend/services/tool_configuration_service.py index 02a313ce2..ba1ff5628 100644 --- a/backend/services/tool_configuration_service.py +++ b/backend/services/tool_configuration_service.py @@ -469,7 +469,7 @@ async def _call_mcp_tool( name=tool_name, arguments=inputs ) - return result[0].text + return result.content[0].text async def _validate_mcp_tool_nexent( diff --git a/doc/docs/zh/opensource-memorial-wall.md b/doc/docs/zh/opensource-memorial-wall.md index 07d624d5f..a13e00d8d 100644 --- a/doc/docs/zh/opensource-memorial-wall.md +++ b/doc/docs/zh/opensource-memorial-wall.md @@ -149,4 +149,12 @@ Nexent的自然语言生成Agent以及多智能体协同是我一直在研究的 ::: tip yblu - 2025-10-14 第一次接触智能体编排,是为了参加华为ICT大赛而了解 Nexent 的。 没想到入门比想象中容易,文档也写得很清晰。 -::: \ No newline at end of file +::: + +::: tip hud0567 - 2025-10-17 +第一次接触这个平台 入门超级艰难 很智能化 +::: + +::: info jjcc6 - 2025-10-15 +希望能参加ict大赛长长见识,提高水平~ +::: diff --git a/frontend/app/[locale]/setup/models/components/model/ModelAddDialog.tsx b/frontend/app/[locale]/setup/models/components/model/ModelAddDialog.tsx index e58fd2c0b..b722de362 100644 --- a/frontend/app/[locale]/setup/models/components/model/ModelAddDialog.tsx +++ b/frontend/app/[locale]/setup/models/components/model/ModelAddDialog.tsx @@ -480,7 +480,7 @@ export const ModelAddDialog = ({ isOpen, onClose, onSuccess }: ModelAddDialogPro {/* API Key */}