mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-17 10:27:05 -04:00
disable broken commands
This commit is contained in:
parent
e523b5402e
commit
656b834d32
3 changed files with 6 additions and 3 deletions
|
@ -17,11 +17,12 @@ module.exports = {
|
|||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n${smallIconPill("reply", "Supports Replies")}\n\nRun Gemini Vision on an Image with a custom prompt.`,
|
||||
description_short: 'Run Gemini Vision ',
|
||||
examples: ['gv Which show is this image from?'],
|
||||
category: 'limited',
|
||||
category: 'broken',
|
||||
usage: 'gemini-vision <attachment> <prompt>'
|
||||
},
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline, ...PERMISSION_GROUPS.attachments],
|
||||
run: async (context, args) => {
|
||||
return;
|
||||
if(!await hasFeature(context, "ai/gemini/vision")) return;
|
||||
await acknowledge(context);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue