feat: add /reasoning reasoning visibility
This commit is contained in:
@@ -79,6 +79,13 @@ const CHAT_COMMANDS: ChatCommandDefinition[] = [
|
||||
textAliases: ["/verbose", "/v"],
|
||||
acceptsArgs: true,
|
||||
},
|
||||
{
|
||||
key: "reasoning",
|
||||
nativeName: "reasoning",
|
||||
description: "Toggle reasoning visibility.",
|
||||
textAliases: ["/reasoning", "/reason"],
|
||||
acceptsArgs: true,
|
||||
},
|
||||
{
|
||||
key: "elevated",
|
||||
nativeName: "elevated",
|
||||
|
||||
Reference in New Issue
Block a user