whoami02 commited on
Commit
350f525
·
verified ·
1 Parent(s): 67b7e4f

Update prompts.py

Browse files

Removed unwanted prompts

Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -1,5 +1,5 @@
1
  # ------------------------------ PROMPTS ------------------------------------------------------------------------------------------------------------------------
2
- 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
 
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