Add documentation for python code execution capability

This commit is contained in:
sabaimran
2024-11-01 12:14:33 -07:00
parent ffa7f95559
commit 23a49b6b95
2 changed files with 33 additions and 0 deletions

View File

@@ -43,3 +43,6 @@ Slash commands allows you to change what Khoj uses to respond to your query
- **/image**: Generate an image in response to your query.
- **/help**: Use /help to get all available commands and general information about Khoj
- **/summarize**: Can be used to summarize 1 selected file filter for that conversation. Refer to [File Summarization](summarization) for details.
- **/diagram**: Generate a diagram in response to your query. This is built on [Excalidraw](https://excalidraw.com/).
- **/code**: Generate and run very simple Python code snippets. Refer to [Code Generation](code_generation) for details.
- **/research**: Go deeper in a topic for more accurate, in-depth responses.