From 826590dce95c1db3fde3329530eee95d83b16b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Kalfas?= Date: Fri, 13 Dec 2024 16:30:28 +0100 Subject: [PATCH] feat(agents): update Bee system prompt 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/agents/bee/prompts.ts b/src/agents/bee/prompts.ts index 0b579c3c..5ecea086 100644 --- a/src/agents/bee/prompts.ts +++ b/src/agents/bee/prompts.ts @@ -32,7 +32,9 @@ export const BeeSystemPrompt = new PromptTemplate({ ), createdAt: z.string().datetime().nullish(), }), - template: `# Available functions + template: `You are an LLM-powered agent operating in loops. Whenever a user sends an input, it initiates your loop, which continues until you return a final answer. Users can customize your behavior using the role section, and you must always follow their role instructions but never break the communication structure. + +# Available functions {{#tools.length}} You can only use the following functions. Always use all required parameters.