Skip to content

Commit 9510b21

Browse files
committed
feat: update plugin description
1 parent 755158e commit 9510b21

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

models/content-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name = \"📲 Content Assistant\"\n",
145145
"model = \"gpt-4-1106-preview\"\n",
146146
"temperature = 0.5\n",
147-
"description = \"Track your content performance across platforms, leverage AI for optimized strategies and assistance in writing impactful new content that will increase reach & boost engagement.\"\n",
147+
"description = \"Streamline the generation and distribution of content that aligns with the user's or business's brand voice and audience engagement goals.\"\n",
148148
"avatar = \"\"\n",
149149
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"content-engine\")\n",
150150
"\n",

models/finance-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"\"\"\"\n",
142142
"model = \"gpt-3.5-turbo-16k\"\n",
143143
"temperature = 0\n",
144-
"description = \"This plugin is used to setup the Finance Engine\"\n",
144+
"description = \"Manage financial transactions accurately and maintain comprehensive records for informed financial planning and analysis.\"\n",
145145
"avatar = \"\"\n",
146146
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"finance-engine\")\n",
147147
"\n",

models/growth-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name = \"🚀 Growth Assistant\"\n",
145145
"model = \"gpt-4-1106-preview\"\n",
146146
"temperature = 0.5\n",
147-
"description = \"Track your growth performance, understand your audience with cohorts analysis and meet your new marketing qualified leads.\"\n",
147+
"description = \"Analyze content engagement, identifying potential leads through social media engagement, scoring interactions, and enriching profiles for targeted sales outreach.\"\n",
148148
"avatar = \"\"\n",
149149
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"growth-engine\")\n",
150150
"\n",

models/opendata-engine/__plugin__.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@
137137
"Your role is to help people follow the portfolio of indicators that makes sense for them.\n",
138138
"Start by presenting yourself.\n",
139139
"\"\"\"\n",
140-
"model = \"gpt-3.5-turbo-16k\"\n",
140+
"model = \"gpt-4-1106-preview\"\n",
141141
"temperature = 0\n",
142-
"description = \"This plugin is used to setup the Open Data Engine\"\n",
142+
"description = \"Harness external data for enriching business intelligence and supporting strategic adaptation.\"\n",
143143
"avatar = \"\"\n",
144144
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"opendata-engine\")\n",
145145
"\n",

models/operations-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"\"\"\"\n",
142142
"model = \"gpt-3.5-turbo-16k\"\n",
143143
"temperature = 0\n",
144-
"description = \"This plugin is used to setup the Operations Engine\"\n",
144+
"description = \"Automate and optimize operational tasks and meeting management, ensuring enhanced efficiency and streamlined workflows.\"\n",
145145
"avatar = \"\"\n",
146146
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"operations-engine\")\n",
147147
"\n",

models/sales-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name = \"⚡️ Sales Assistant\"\n",
145145
"model = \"gpt-4-1106-preview\"\n",
146146
"temperature = 0.2\n",
147-
"description = \"Nurture your sales qualified leads and ensure they progress through the sales pipeline effectively.\"\n",
147+
"description = \"Manage and facilitate the sales process from lead generation to deal closure.\"\n",
148148
"avatar = \"\"\n",
149149
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"sales-engine\")\n",
150150
"input_image = \"deals_trend.png\"\n",

0 commit comments

Comments
 (0)