diff --git a/web/app/(console)/ai-agents/_components/edit.tsx b/web/app/(console)/ai-agents/_components/edit.tsx index c086139..5464ec2 100644 --- a/web/app/(console)/ai-agents/_components/edit.tsx +++ b/web/app/(console)/ai-agents/_components/edit.tsx @@ -743,114 +743,117 @@ function EditDialogBody({ title="服务策略" description="控制 Graph Tool 转人工配置、兜底策略和自动回复边界。" > -
- - 转人工模式 - - ( - - )} - /> - - - - - - 回复超时秒数 - - - - - } +
+
+ + 转人工模式 + + ( + + )} /> - - - AI 自动回复的异步执行超时时间。填 0 时使用系统默认值 180 秒。 - - - - - - - - - -
+ + + -
-
客服组
-
- 当前转人工模式:{selectedHandoffModeLabel} - {handoffMode === - String(AIAgentHandoffMode.DefaultTeamPool) - ? "。该模式要求至少配置一个客服组。" - : "。仅在涉及转人工时生效。"} -
- - - -
- {selectedTeamOptions.length === 0 ? ( - - 未配置客服组 - - ) : ( - selectedTeamOptions.map((option) => ( - - {option.label} - - - )) - )} -
-
-
+ + + } + /> + + + AI 自动回复的异步执行超时时间。填 0 时使用系统默认值 180 秒。 + + + + + + + + + +
+ +
+
客服组
+
+ 当前转人工模式:{selectedHandoffModeLabel} + {handoffMode === + String(AIAgentHandoffMode.DefaultTeamPool) + ? "。该模式要求至少配置一个客服组。" + : "。仅在涉及转人工时生效。"} +
+ + + +
+ {selectedTeamOptions.length === 0 ? ( + + 未配置客服组 + + ) : ( + selectedTeamOptions.map((option) => ( + + {option.label} + + + )) + )} +
+
+
+