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(