From b53e485404d26a4e9da59bdc646c1e5eecef03a1 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:56:47 +0530 Subject: [PATCH] disallow disabling escalation agent --- apps/rowboat/app/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rowboat/app/lib/utils.ts b/apps/rowboat/app/lib/utils.ts index 2b8f39ea..22033c90 100644 --- a/apps/rowboat/app/lib/utils.ts +++ b/apps/rowboat/app/lib/utils.ts @@ -89,7 +89,7 @@ You are an helpful customer support assistant tools: [], model: "gpt-4o-mini", locked: true, - toggleAble: true, + toggleAble: false, ragReturnType: "chunks", ragK: 3, connectedAgents: [],