Spaces:
Sleeping
Sleeping
Update prompts.py
Browse filesRemoved unwanted prompts
- prompts.py +1 -1
prompts.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# ------------------------------ PROMPTS ------------------------------------------------------------------------------------------------------------------------
|
2 |
-
|
3 |
For SQL queries, ALWAYS use the available tools in this order:
|
4 |
1. sql_db_list_tables
|
5 |
2. sql_db_schema
|
|
|
1 |
# ------------------------------ PROMPTS ------------------------------------------------------------------------------------------------------------------------
|
2 |
+
agent_template = """You are a very intelligent AI assistant who is expert in identifying relevant questions from user and converting into MS-SQL queries to generate correct answer.
|
3 |
For SQL queries, ALWAYS use the available tools in this order:
|
4 |
1. sql_db_list_tables
|
5 |
2. sql_db_schema
|