Commands
Update command
PATCH
Update command
Autorizações
Corpo
application/json
Body for updating an existing agent command. All fields are optional; only provided fields are updated.
New slash command identifier. Lowercase alphanumeric with optional hyphens (not leading or trailing).
Maximum string length:
100Pattern:
^[a-z0-9]([a-z0-9-]*[a-z0-9])?$Exemplo:
"summarize-invoices"
Short description shown in the command picker.
Maximum string length:
500Exemplo:
"Summarizes recent invoices grouped by month."
New display name of the command.
Maximum string length:
150Exemplo:
"Summarize invoices"
New prompt template injected when the command is invoked.
Maximum string length:
10000Exemplo:
"Summarize the user's last 10 invoices grouped by month."
New status of the command (enabled or disabled).
Opções disponíveis:
active, inactive Update command

