mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-07 08:02:23 +00:00
Revert "feat(telegram): support quick-command-only menus"
This reverts commit b1acf80e17.
This commit is contained in:
parent
03f7bc056f
commit
22120ef00f
7 changed files with 3 additions and 144 deletions
|
|
@ -143,11 +143,6 @@ quick_commands:
|
|||
|
||||
Then type `/status`, `/deploy`, or `/inbox` in the CLI or a messaging platform. Quick commands are resolved at dispatch time and may not appear in every built-in autocomplete/help table.
|
||||
|
||||
For specialist Telegram bots, set `telegram.command_menu: quick_commands_only`
|
||||
to make Telegram's native slash menu show only profile-defined quick commands.
|
||||
Set `show_in_telegram_menu: false` on a quick command to keep it callable but
|
||||
hide it from the Telegram menu.
|
||||
|
||||
String-only prompt shortcuts are not supported as quick commands. Put longer reusable prompts in a skill, or use `type: alias` to point at an existing slash command.
|
||||
|
||||
### Custom model aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue