mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Improve instruction description for the agent command description for notes
This commit is contained in:
@@ -355,7 +355,7 @@ command_descriptions = {
|
|||||||
|
|
||||||
command_descriptions_for_agent = {
|
command_descriptions_for_agent = {
|
||||||
ConversationCommand.General: "Agent can use the agents knowledge base and general knowledge.",
|
ConversationCommand.General: "Agent can use the agents knowledge base and general knowledge.",
|
||||||
ConversationCommand.Notes: "Agent can search the users knowledge base for information.",
|
ConversationCommand.Notes: "Agent can search the personal knowledge base for information, as well as its own.",
|
||||||
ConversationCommand.Online: "Agent can search the internet for information.",
|
ConversationCommand.Online: "Agent can search the internet for information.",
|
||||||
ConversationCommand.Webpage: "Agent can read suggested web pages for information.",
|
ConversationCommand.Webpage: "Agent can read suggested web pages for information.",
|
||||||
ConversationCommand.Summarize: "Agent can read an entire document. Agents knowledge base must be a single document.",
|
ConversationCommand.Summarize: "Agent can read an entire document. Agents knowledge base must be a single document.",
|
||||||
|
|||||||
Reference in New Issue
Block a user