writinwaters
commited on
Commit
·
ee833f3
1
Parent(s):
71d280d
Fine tweaks to template descriptions (#2264)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
agent/templates/DB Assistant.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 6,
|
3 |
"title": "DB Assistant",
|
4 |
-
"description": "
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 6,
|
3 |
"title": "DB Assistant",
|
4 |
+
"description": "A more advanced agent that converts user queries into SQL statements, executes the queries, and assesses and returns the results. You must prepare three knowledge bases: 1: DDL for your database; 2: Examples of user queries converted to SQL statements; 3: A comprehensive description of your database, including but not limited to tables and records. And you are also required to configure the corresponding database.",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/HR_callout_zh.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 2,
|
3 |
-
"title": "HR
|
4 |
-
"description": "A
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 2,
|
3 |
+
"title": "HR recruitment pitch assistant (Chinese)",
|
4 |
+
"description": "A recruitment pitch assistant capable of pitching a candidate, presenting a job opportunity, addressing queries, and requesting the candidate's contact details. Let's begin by linking a knowledge base containing the job description in 'Retrieval'!",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/customer_service.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 3,
|
3 |
"title": "Customer service",
|
4 |
-
"description": "A
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 3,
|
3 |
"title": "Customer service",
|
4 |
+
"description": "A customer service chatbot that explains product specifications, addresses customer queries, and alleviates negative emotions.",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/general_chat_bot.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 1,
|
3 |
-
"title": "
|
4 |
-
"description": "A general
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 1,
|
3 |
+
"title": "General-purpose chatbot",
|
4 |
+
"description": "A general-purpose chatbot based on Self-RAG. Let's begin by setting up your knowledge base in 'Retrieval'!",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/interpreter.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 4,
|
3 |
"title": "Interpreter",
|
4 |
-
"description": "
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 4,
|
3 |
"title": "Interpreter",
|
4 |
+
"description": "A simple interpreter that translates user input into a target language. Try 'Hi there => Spanish' to see the translation!",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/text2sql.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 5,
|
3 |
"title": "Text To SQL",
|
4 |
-
"description": "An agent
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 5,
|
3 |
"title": "Text To SQL",
|
4 |
+
"description": "An agent that converts user queries into SQL statements. You must prepare three knowledge bases: 1: DDL for your database; 2: Examples of user queries converted to SQL statements; 3: A comprehensive description of your database, including but not limited to tables and records.",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
agent/templates/websearch_assistant.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"id": 0,
|
3 |
"title": "WebSearch Assistant",
|
4 |
-
"description": "A chat assistant that
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|
|
|
1 |
{
|
2 |
"id": 0,
|
3 |
"title": "WebSearch Assistant",
|
4 |
+
"description": "A chat assistant template that integrates information extracted from a knowledge base and web searches to respond to queries. Let's begin by setting up your knowledge base in 'Retrieval'!",
|
5 |
"canvas_type": "chatbot",
|
6 |
"dsl": {
|
7 |
"answer": [],
|