From cdb37310ee2bcb6ffde075cb8732631e960f3269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Kalfas?= <32630459+aleskalfas@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:04:55 +0100 Subject: [PATCH] feat(agents): update Thought in Bee agent system prompt (#221) 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 e85eaf4d..a4c6de3b 100644 --- a/src/agents/bee/prompts.ts +++ b/src/agents/bee/prompts.ts @@ -47,7 +47,7 @@ No functions are available. {{/tools.length}} # Communication structure -You communicate only in instruction lines. The format is: "Instruction: expected output". You must only use these instruction lines and must not enter empty lines or anything else between instruction lines. +You communicate only in instruction lines. The format is: "Instruction: expected output\n". You must only use these instruction lines and must not enter empty lines between them. Each instruction must start on a new line. {{#tools.length}} You must skip the instruction lines Function Name, Function Input and Function Output if no function calling is required. {{/tools.length}}