diff --git a/dashboard/app/(dashboard)/ai-agents/_components/edit.tsx b/dashboard/app/(dashboard)/ai-agents/_components/edit.tsx index 4635672..642ede7 100644 --- a/dashboard/app/(dashboard)/ai-agents/_components/edit.tsx +++ b/dashboard/app/(dashboard)/ai-agents/_components/edit.tsx @@ -31,6 +31,12 @@ import { PopoverDescription, PopoverTrigger, } from "@/components/ui/popover"; +import { + Tabs, + TabsContent, + TabsList, + TabsTrigger, +} from "@/components/ui/tabs"; import { Textarea } from "@/components/ui/textarea"; import { fetchAIAgent, @@ -883,13 +889,18 @@ function EditDialogBody({ -
-
-
知识库
-
- 至少选择一个知识库,可拖动调整优先级。 + + + 知识库 + Skills + Direct Tools + Graph Tools + + + +
+ 至少选择一个知识库,可调整知识库优先级。
@@ -921,10 +932,7 @@ function EditDialogBody({ ) : (
{selectedKnowledgeOptions.map((option, index) => ( -
+
-
+
兜底策略 @@ -1011,11 +1019,10 @@ function EditDialogBody({
-
+ -
-
Skills
-
+ +
用于固定业务流程和多步任务编排。
@@ -1072,11 +1079,10 @@ function EditDialogBody({
-
+ -
-
Direct Tools
-
+ +
仅用于外部 MCP 工具的低风险、原子化查询。
@@ -1108,9 +1114,7 @@ function EditDialogBody({
+ + )}