From 972f1c1a9f30869be5c9cc33a0a81dceda067985 Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Fri, 31 May 2024 12:07:44 -0700 Subject: [PATCH] shorten /export help message --- packages/jupyter-ai/jupyter_ai/chat_handlers/export.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/export.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/export.py index 54b81c5ef..3bde63018 100644 --- a/packages/jupyter-ai/jupyter_ai/chat_handlers/export.py +++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/export.py @@ -10,8 +10,8 @@ class ExportChatHandler(BaseChatHandler): id = "export" - name = "Export chat messages" - help = "Export the chat messages in markdown format with timestamps" + name = "Export chat history" + help = "Export chat history to a Markdown file" routing_type = SlashCommandRoutingType(slash_id="export") uses_llm = False