Skip to content

Commit

Permalink
Clarify description of the code evaluation environment: not for docum…
Browse files Browse the repository at this point in the history
…ent creation
  • Loading branch information
sabaimran committed Nov 1, 2024
1 parent ac21b10 commit b79a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khoj/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class ConversationCommand(str, Enum):
ConversationCommand.Notes: "To search the user's personal knowledge base. Especially helpful if the question expects context from the user's notes or documents.",
ConversationCommand.Online: "To search the internet for information. Useful to get a quick, broad overview from the internet. Provide all relevant context to ensure new searches, not in previous iterations, are performed.",
ConversationCommand.Webpage: "To extract information from webpages. Useful for more detailed research from the internet. Usually used when you know the webpage links to refer to. Share the webpage links and information to extract in your query.",
ConversationCommand.Code: "To run Python code in a Pyodide sandbox with no network access. Helpful when need to parse information, run complex calculations, create documents and charts for user. Matplotlib, bs4, pandas, numpy, etc. are available.",
ConversationCommand.Code: "To run Python code in a Pyodide sandbox with no network access. Helpful when need to parse information, run complex calculations, create charts for user. Matplotlib, bs4, pandas, numpy, etc. are available.",
}

mode_descriptions_for_llm = {
Expand Down

0 comments on commit b79a9ec

Please sign in to comment.