From d81e722a19fdc0c6a43f825cf76b8ea886eb80ca Mon Sep 17 00:00:00 2001 From: mlogclub Date: Wed, 15 Apr 2026 15:23:50 +0800 Subject: [PATCH] feat: clear fallback message in buildForm function for improved user experience --- web/app/(console)/ai-agents/_components/edit.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/(console)/ai-agents/_components/edit.tsx b/web/app/(console)/ai-agents/_components/edit.tsx index 5464ec2..adc032a 100644 --- a/web/app/(console)/ai-agents/_components/edit.tsx +++ b/web/app/(console)/ai-agents/_components/edit.tsx @@ -130,8 +130,7 @@ function buildForm(item: AIAgent | null): EditForm { welcomeMessage: "", replyTimeoutSeconds: 180, handoffMode: String(AIAgentHandoffMode.WaitPool), - fallbackMessage: - "我暂时没有找到足够准确的信息。你可以补充订单号、产品名或更具体的问题,我再继续帮你查。", + fallbackMessage: "", remark: "", }; }