Skip to content

Commit

Permalink
Add /instruct command info to /help
Browse files Browse the repository at this point in the history
  • Loading branch information
njbbaer committed Nov 11, 2024
1 parent 73f043f commit aeb6710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telegram/telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ async def help_command_handler(self, ctx):
/retry - Retry the last response
/undo - Undo the last exchange
/clear - Clear the conversation
/fact - Add a fact to the conversation
/continue - Request another response
/fact (...) - Add a fact to the conversation
/instruct (...) - Apply an instruction
*Information*
/stats - Show conversation statistics
/help - Show this help message
Expand Down

0 comments on commit aeb6710

Please sign in to comment.