pub const PROMPTS_CMD_PREFIX: &str = "prompts";Expand description
Base namespace for custom prompt slash commands (without trailing colon). Example usage forms constructed in code:
- Command token after ‘/’:
"{PROMPTS_CMD_PREFIX}:name" - Full slash prefix:
"/{PROMPTS_CMD_PREFIX}:"