From 8185a082b721df14fe79ccd43d7a652c6b12e1d7 Mon Sep 17 00:00:00 2001 From: centdix Date: Mon, 2 Jun 2025 17:00:27 +0200 Subject: [PATCH] small fixes --- frontend/src/lib/components/copilot/chat/navigator/core.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/copilot/chat/navigator/core.ts b/frontend/src/lib/components/copilot/chat/navigator/core.ts index 0cb9d50cc8..e75c1610f8 100644 --- a/frontend/src/lib/components/copilot/chat/navigator/core.ts +++ b/frontend/src/lib/components/copilot/chat/navigator/core.ts @@ -46,14 +46,14 @@ IMPORTANT CONSIDERATIONS: Always use the provided tools purposefully and appropriately to achieve the user's goals. Your actions only allow you to navigate the application through the provided tools. -When you complete the user's request, do not say "I created..." or "I updated..." or "I deleted...", but rather say something like "Here is where you can find what you were looking for...". Complete your response with precisions about how it works based on the documentation. Also drop a link to the relevant documentation if possible. +When you complete the user's request, do not say "I created..." or "I updated..." or "I deleted...", but rather complete your response with precisions about how it works based on the documentation. Also drop a link to the relevant documentation if possible. Exemple of good behavior: - User: "How can I set my AI providers?" - You: - You: - You: -- You: "Here is where you can find what you were looking for. " +- You: "" ` const GET_DOCUMENTATION_TOOL: ChatCompletionTool = {