diff --git a/ui/src/api/system-resource-management/tool.ts b/ui/src/api/system-resource-management/tool.ts index 0b9b2dc68..ae3e2f62e 100644 --- a/ui/src/api/system-resource-management/tool.ts +++ b/ui/src/api/system-resource-management/tool.ts @@ -54,7 +54,7 @@ const putTool: (tool_id: string, data: toolData, loading?: Ref) => Prom * 获取工具详情 * @param tool_id 工具id * @param loading 加载器 - * @returns 函数详情 + * @returns 工具详情 */ const getToolById: (tool_id: string, loading?: Ref) => Promise> = ( tool_id, diff --git a/ui/src/api/system-shared/tool.ts b/ui/src/api/system-shared/tool.ts index 7806228df..befdb6d07 100644 --- a/ui/src/api/system-shared/tool.ts +++ b/ui/src/api/system-shared/tool.ts @@ -62,7 +62,7 @@ const putTool: (tool_id: string, data: toolData, loading?: Ref) => Prom * 获取工具详情 * @param tool_id 工具id * @param loading 加载器 - * @returns 函数详情 + * @returns 工具详情 */ const getToolById: (tool_id: string, loading?: Ref) => Promise> = ( tool_id, diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue index abc027c2d..deff5f1cb 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue @@ -405,7 +405,7 @@ - +