mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Do not show research mode tools as slash commands options on clients
These are tools meant for the research agent, not for users to use.
This commit is contained in:
@@ -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.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.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.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 = {
|
command_descriptions_for_agent = {
|
||||||
|
|||||||
Reference in New Issue
Block a user