diff --git a/src/khoj/utils/helpers.py b/src/khoj/utils/helpers.py index bdbafbad..71f75d03 100644 --- a/src/khoj/utils/helpers.py +++ b/src/khoj/utils/helpers.py @@ -369,7 +369,7 @@ mode_descriptions_for_llm = { ConversationCommand.Image: "Use this if you are confident the user is requesting you to create a new picture based on their description. This does not support generating charts or graphs.", ConversationCommand.Automation: "Use this if you are confident the user is requesting a response at a scheduled date, time and frequency", ConversationCommand.Text: "Use this if a normal text response would be sufficient for accurately responding to the query.", - ConversationCommand.Diagram: "Use this if the user is requesting a visual representation that requires primitives like lines, rectangles, and text.", + ConversationCommand.Diagram: "Use this if the user is requesting a diagram or visual representation that requires primitives like lines, rectangles, and text.", } mode_descriptions_for_agent = {