From d92a34929217b0bc9ac2dec6501e0b3f01d2e38b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 29 Sep 2024 16:20:25 -0700 Subject: [PATCH] Improve image generation tool description --- src/khoj/utils/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/khoj/utils/helpers.py b/src/khoj/utils/helpers.py index 1ebb1fdd..ad17adcf 100644 --- a/src/khoj/utils/helpers.py +++ b/src/khoj/utils/helpers.py @@ -336,7 +336,7 @@ tool_descriptions_for_llm = { } mode_descriptions_for_llm = { - ConversationCommand.Image: "Use this if the user is requesting an image or visual response to their query.", + ConversationCommand.Image: "Use this if the user is requesting you to generate a picture based on their description.", ConversationCommand.Automation: "Use this if the user is requesting a response at a scheduled date or time.", ConversationCommand.Text: "Use this if the other response modes don't seem to fit the query.", }