From 94ece257854d5bddaf520b6a20a358b0ca01595e Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Thu, 10 Jul 2025 10:36:48 +0330 Subject: [PATCH] fix: wrong system prompt for rag tool! --- tasks/hivemind/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/hivemind/agent.py b/tasks/hivemind/agent.py index d5e546e..952c1fe 100644 --- a/tasks/hivemind/agent.py +++ b/tasks/hivemind/agent.py @@ -161,7 +161,7 @@ def do_rag_query(self) -> str: tools = [rag_tool] SYSTEM_INSTRUCTIONS = """\ - You are a helpful assistant. Pass the incoming queries without changing it. + You are a helpful assistant. """ prompt = ChatPromptTemplate.from_messages(