Skip to content

Commit

Permalink
shorten /export help message
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed May 31, 2024
1 parent b8a36fc commit f953a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai/jupyter_ai/chat_handlers/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f953a8d

Please sign in to comment.