generated from nhcarrigan/template
feat: port alt-text and query commands from Cordelia
Adds owner-only /alt-text and /query slash commands, migrating Cordelia's AI functionality into Amari with updated style and auth.
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"name": "alt-text",
|
||||
"type": 1,
|
||||
"description": "Generate descriptive alt-text for an image.",
|
||||
"options": [
|
||||
{
|
||||
"name": "image",
|
||||
"description": "The image to generate alt-text for.",
|
||||
"type": 11,
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "create-ticket",
|
||||
"type": 1,
|
||||
@@ -74,6 +87,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"type": 1,
|
||||
"description": "Ask Amari a question.",
|
||||
"options": [
|
||||
{
|
||||
"name": "prompt",
|
||||
"description": "The question you would like to ask.",
|
||||
"type": 3,
|
||||
"required": true,
|
||||
"max_length": 2000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Forward to Naomi",
|
||||
"type": 3
|
||||
|
||||
Reference in New Issue
Block a user