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": "Database query assistant. It converts questions into SQL statements and queries them in the database. You need to provide 3 kinds of knowledge base: 1. DDL data in the database. 2. Sample text questions converted to SQL statements. 3. A description of the database contents, including but not limited to: tables, records, and so on. You will also need to set up database configuration information: like IP Port ...",
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 call-out assistant(Chinese)",
4
- "description": "A HR call-out assistant. It will introduce the given job, answer the candidates' question about this job. And the most important thing is that it will try to obtain the contact information of the candidates. What you need to do is to link a knowledgebase which contains job description in 'Retrieval' component.",
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 call-in customer service chat bot. It will provide useful information about the products, answer customers' questions and soothe the customers' bad emotions.",
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": "Chat bot",
4
- "description": "A general chat bot. It is based on Self-RAG mechanism. What you need to do is setting up knowleage base in 'Retrieval'",
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": "An interpreter. Type the content you want to translate and the object language like: Hi there => Spanish. Hava a try!",
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 tool provides the ability to convert text questions into SQL statements, you will need to provide 3 kinds of knowledge bases. 1. DDL data for the database. 2. Examples of text questions converted into SQL statements. 3. A description of the database contents, including but not limited to: tables, records, etc... ",
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 combines information both from knowledge base and web search engines. It integrates information from the knowledge base and relevant search engines to answer a given question. What you need to do is setting up knowleage base in 'Retrieval'.",
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": [],