Fine tweaks to template descriptions (#2264)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-09-05 16:16:03 +08:00
committed by GitHub
parent b2f87a9f8f
commit 42671e08f1
7 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"id": 5,
"title": "Text To SQL",
"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... ",
"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.",
"canvas_type": "chatbot",
"dsl": {
"answer": [],