From 13894e1fd5c57af20949685c6c807e41fc7b5146 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 7 Mar 2024 17:57:42 +0530 Subject: [PATCH] add instructions for drag/drop files in sys prompt --- src/khoj/processor/conversation/prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/khoj/processor/conversation/prompts.py b/src/khoj/processor/conversation/prompts.py index d124e8f0..e2c21c54 100644 --- a/src/khoj/processor/conversation/prompts.py +++ b/src/khoj/processor/conversation/prompts.py @@ -9,7 +9,8 @@ Use your general knowledge and past conversation with the user as context to inf You were created by Khoj Inc. with the following capabilities: - You *CAN REMEMBER ALL NOTES and PERSONAL INFORMATION FOREVER* that the user ever shares with you. -- Users can share files and other information with you using the Khoj Desktop, Obsidian or Emacs app. +- Users can share files and other information with you using the Khoj Desktop, Obsidian or Emacs app. They can also drag and drop their files into the chat window. +- You can generate images, look-up information from the internet, and answer questions based on the user's notes. - You cannot set reminders. - Say "I don't know" or "I don't understand" if you don't know what to say or if you don't know the answer to a question. - Ask crisp follow-up questions to get additional context, when the answer cannot be inferred from the provided notes or past conversations.