From 94c4a8fae82277c4601847a20b1959fb08b6c4ec Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Wed, 14 Jan 2026 10:34:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B8=B8=E9=87=8F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/data/constants/task.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/internal/data/constants/task.go b/internal/data/constants/task.go index 935d10d..ce6a650 100644 --- a/internal/data/constants/task.go +++ b/internal/data/constants/task.go @@ -17,8 +17,7 @@ var IrregularTaskToolIndexMap = map[string]string{ "knowledgeBase": "knowledge_qa", "zltxOrderStatistics": "account_statistics", "normalChat": "chat", - "zltxOrderAfterSaleSupplier": "after_sale_supplier", - "zltxOrderAfterSaleReseller": "after_sale_reseller", - "zltxOrderAfterSaleResellerBatch": "after_sale_reseller_batch", - "zltxLossRiskSearch": "loss_order_direct", + "zltxOrderAfterSaleSupplier": "after_sales_supplier", + "zltxOrderAfterSaleReseller": "after_sales_reseller", + "zltxOrderAfterSaleResellerBatch": "after_sales_reseller_batch", }