docs: clarify quick commands config shape

This commit is contained in:
helix4u
2026-04-28 11:59:01 -06:00
committed by kshitij
parent a1921c43cc
commit a3c27b5cd1
3 changed files with 25 additions and 9 deletions

View File

@@ -141,9 +141,12 @@ quick_commands:
gpu:
type: exec
command: nvidia-smi --query-gpu=utilization.gpu,memory.used --format=csv,noheader
restart:
type: alias
target: /gateway restart
```
Then type `/status` or `/gpu` in any chat. See the [Configuration guide](/docs/user-guide/configuration#quick-commands) for more examples.
Then type `/status`, `/gpu`, or `/restart` in any chat. See the [Configuration guide](/docs/user-guide/configuration#quick-commands) for more examples.
## Preloading Skills at Launch