mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add aliases
This commit is contained in:
parent
6f2ce2be4f
commit
71763ac49b
1 changed files with 2 additions and 1 deletions
|
@ -13,11 +13,12 @@ const URL_REGEX = /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9(
|
|||
|
||||
module.exports = {
|
||||
name: 'summarize',
|
||||
aliases: ['summary','tldr'],
|
||||
label: 'text',
|
||||
metadata: {
|
||||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n${smallIconPill("reply", "Supports Replies")}\n\nSummarize web pages and articles.`,
|
||||
description_short: 'Website summaries.',
|
||||
examples: ['summarize'],
|
||||
examples: ['tldr https://www.theverge.com/2023/11/17/23965185/discord-is-shutting-down-its-ai-chatbot-clyde'],
|
||||
category: 'limited',
|
||||
usage: 'summarize'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue