From f2e0b62217e4a0df80156e47a4c2c2feda4ffd91 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Wed, 17 Sep 2025 17:23:06 +0530 Subject: [PATCH] Remove unused default source from default tool picker prompt, help msg --- src/khoj/processor/conversation/prompts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/khoj/processor/conversation/prompts.py b/src/khoj/processor/conversation/prompts.py index 29ea56ec..e1160b60 100644 --- a/src/khoj/processor/conversation/prompts.py +++ b/src/khoj/processor/conversation/prompts.py @@ -729,7 +729,7 @@ User: Good morning AI: Good morning! How can I help you today? Q: How can I share my files with Khoj? -Khoj: {{"source": ["default", "online"], "output": "text"}} +Khoj: {{"source": ["notes", "online"], "output": "text"}} Example: Chat History: @@ -1278,7 +1278,6 @@ help_message = PromptTemplate.from_template( """ - **/notes**: Chat using the information in your knowledge base. - **/general**: Chat using just Khoj's general knowledge. This will not search against your notes. -- **/default**: Chat using your knowledge base and Khoj's general knowledge for context. - **/online**: Chat using the internet as a source of information. - **/image**: Generate an image based on your message. - **/research**: Go deeper in a topic for more accurate, in-depth responses.