Commands in chatbox seem to be unusable; only /start appears in Telegram.
When entering content starting with / in a webpage or Telegram, such as /help, /status, /new, etc., the program doesn't recognize them and sends them directly to the LLM.
Solution: Before sending the prompt to the LLM, run a program check. If it's a command, it should execute the corresponding function (especially in TelegramBot where there are no UI buttons to replace these commands). (In WebUI, functions already implemented via UI buttons may not be executed as commands.)
Commands in chatbox seem to be unusable; only
/startappears in Telegram.When entering content starting with
/in a webpage or Telegram, such as/help,/status,/new, etc., the program doesn't recognize them and sends them directly to the LLM.Solution: Before sending the prompt to the LLM, run a program check. If it's a command, it should execute the corresponding function (especially in TelegramBot where there are no UI buttons to replace these commands). (In WebUI, functions already implemented via UI buttons may not be executed as commands.)