diff --git a/src/khoj/utils/helpers.py b/src/khoj/utils/helpers.py index 7ca583f4..1dfc4470 100644 --- a/src/khoj/utils/helpers.py +++ b/src/khoj/utils/helpers.py @@ -450,9 +450,6 @@ command_descriptions = { ConversationCommand.Diagram: "Draw a flowchart, diagram, or any other visual representation best expressed with primitives like lines, rectangles, and text.", ConversationCommand.Research: "Do deep research on a topic. This will take longer than usual, but give a more detailed, comprehensive answer.", ConversationCommand.Operator: "Operate and perform tasks using a computer.", - ConversationCommand.ViewFile: "View the contents of a file with optional line range specification.", - ConversationCommand.ListFiles: "List files under a given path with optional glob pattern.", - ConversationCommand.RegexSearchFiles: "Search for lines in files matching regex pattern with an optional path prefix.", } command_descriptions_for_agent = {