From 50a3ee5e8ee5df8e379e9a507fd75a357543659d Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Sat, 13 Jun 2026 22:51:21 -0500 Subject: [PATCH] deploy(chat): enable helpdesk sentiment escalation --- apps/fc-chat/fc-chat.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fc-chat/fc-chat.yaml b/apps/fc-chat/fc-chat.yaml index 55332c5..4ba190a 100644 --- a/apps/fc-chat/fc-chat.yaml +++ b/apps/fc-chat/fc-chat.yaml @@ -51,6 +51,7 @@ data: FlowerCore__AI__Skills__Retail__RetailApiUrl: "http://retail-web.fc-retail.svc.cluster.local" FlowerCore__AI__Skills__Intranet__IntranetBaseUrl: "http://intranet-web.intranet.svc.cluster.local" FlowerCore__AI__Skills__Print__PrintMcpBaseUrl: "http://10.0.57.16:5200" + FlowerCore__AI__Helpdesk__SentimentEscalation__Enabled: "true" FlowerCore__AI__IrcBridge__Enabled: "true" FlowerCore__AI__IrcBridge__DefaultProfileSlug: "it-helpdesk" FlowerCore__AI__IrcBridge__MentionProfileSlug: "it-helpdesk"