generated from nhcarrigan/template
feat: add /research command with web search and file output
Ports Keiko's research functionality to Amari as an owner-only slash command. Results are returned as an attached markdown file to avoid streaming complexity and Discord message length limits.
This commit is contained in:
@@ -87,6 +87,20 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "research",
|
||||
"type": 1,
|
||||
"description": "Research a topic using web search.",
|
||||
"options": [
|
||||
{
|
||||
"name": "prompt",
|
||||
"description": "The topic or question to research.",
|
||||
"type": 3,
|
||||
"required": true,
|
||||
"max_length": 2000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "query",
|
||||
"type": 1,
|
||||
|
||||
Reference in New Issue
Block a user