feat: add /research command with web search and file output
Node.js CI / CI (pull_request) Successful in 28s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s

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:
2026-03-12 23:45:26 -07:00
parent 36e095991c
commit e3c3e4f29a
3 changed files with 163 additions and 0 deletions
+14
View File
@@ -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,