From 2423db018686f0a56e3ebd0463c7035bae31dd59 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sat, 7 Jun 2025 13:30:49 -0700 Subject: [PATCH] Remove broken link to deprecated summarize slash command in docs --- documentation/docs/features/chat.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/docs/features/chat.md b/documentation/docs/features/chat.md index ba42477a..cccba2a5 100644 --- a/documentation/docs/features/chat.md +++ b/documentation/docs/features/chat.md @@ -42,7 +42,6 @@ Slash commands allows you to change what Khoj uses to respond to your query - **/online**: Use online information and incorporate it in the prompt to the LLM to send you a response. - **/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 Execution](code_execution) for details. - **/research**: Go deeper in a topic for more accurate, in-depth responses.