From 5b6a654b90aba851796b1b25962d65ee2612a676 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Tue, 14 Apr 2026 16:53:37 +0800 Subject: [PATCH] feat: enhance EditDialog with service strategy and dialogue configuration sections --- .../(console)/ai-agents/_components/edit.tsx | 331 +++++++++--------- 1 file changed, 165 insertions(+), 166 deletions(-) diff --git a/web/app/(console)/ai-agents/_components/edit.tsx b/web/app/(console)/ai-agents/_components/edit.tsx index 36178e7..c086139 100644 --- a/web/app/(console)/ai-agents/_components/edit.tsx +++ b/web/app/(console)/ai-agents/_components/edit.tsx @@ -739,12 +739,174 @@ function EditDialogBody({ + +
+ + 转人工模式 + + ( + + )} + /> + + + + + + 回复超时秒数 + + + + + } + /> + + + AI 自动回复的异步执行超时时间。填 0 时使用系统默认值 180 秒。 + + + + + + + + + +
+ +
+
客服组
+
+ 当前转人工模式:{selectedHandoffModeLabel} + {handoffMode === + String(AIAgentHandoffMode.DefaultTeamPool) + ? "。该模式要求至少配置一个客服组。" + : "。仅在涉及转人工时生效。"} +
+ + + +
+ {selectedTeamOptions.length === 0 ? ( + + 未配置客服组 + + ) : ( + selectedTeamOptions.map((option) => ( + + {option.label} + + + )) + )} +
+
+
+
+
+ + + + 欢迎语 + +