From 19ead241a7f2cd9158e8696ebf0a4a3397ab03bc Mon Sep 17 00:00:00 2001 From: Henry Fontanier Date: Tue, 19 Dec 2023 14:34:17 +0100 Subject: [PATCH] enh: insist that dust answers must be shorter. (#2938) Co-authored-by: Henry Fontanier --- front/lib/api/assistant/global_agents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/lib/api/assistant/global_agents.ts b/front/lib/api/assistant/global_agents.ts index bc2a86d66cc7..b6925c461f84 100644 --- a/front/lib/api/assistant/global_agents.ts +++ b/front/lib/api/assistant/global_agents.ts @@ -559,7 +559,7 @@ async function _getDustGlobalAgent( generation: { id: -1, prompt: - "Assist the user based on the retrieved data from their workspace. Keep your answers concise and straight to the point.", + "Assist the user based on the retrieved data from their workspace. Keep your answers as concise as possible and straight to the point. Unlesss the user explicitely asks for a detailed answer, you goal is to provide a quick answer to their question.", model: plan.code === FREE_TEST_PLAN_CODE ? {