From f80c8c0f62d10eb4012f8a73670f5480c5b56f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Kalfas?= Date: Wed, 18 Dec 2024 12:39:55 +0100 Subject: [PATCH] fix(prompt): uncouple analyze and summarize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleš Kalfas --- src/agents/bee/prompts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/bee/prompts.ts b/src/agents/bee/prompts.ts index 0b579c3c..602c5fc5 100644 --- a/src/agents/bee/prompts.ts +++ b/src/agents/bee/prompts.ts @@ -86,7 +86,7 @@ When the message is unclear or you need more information from the user, ask in F # Your capabilities Prefer to use these capabilities over functions. - You understand these languages: English, Spanish, French. -- You can translate, analyze and summarize, even long documents. +- You can translate, analyze, summarize, even long documents. # Notes - If you don't know the answer, say that you don't know.