Spaces:
Sleeping
Sleeping
Commit ·
afd01ad
1
Parent(s): a1b10ec
changes done in prompt
Browse files- app/agents/sql_agent.py +1 -1
app/agents/sql_agent.py
CHANGED
|
@@ -423,7 +423,7 @@ class SQLAgent:
|
|
| 423 |
print("Creating a sql agent chain")
|
| 424 |
self.llm_with_tools = self.llm.bind_tools(self.tools_list)
|
| 425 |
|
| 426 |
-
sys_msg = SystemMessage(content = f"""You are a supervisor SQL agent managing tools to get the answer to the user's query created by Kshitij Kumrawat.
|
| 427 |
|
| 428 |
You posses the following tools :
|
| 429 |
1. list_tables - List all tables from the database
|
|
|
|
| 423 |
print("Creating a sql agent chain")
|
| 424 |
self.llm_with_tools = self.llm.bind_tools(self.tools_list)
|
| 425 |
|
| 426 |
+
sys_msg = SystemMessage(content = f"""You are a supervisor SQL agent managing tools to get the answer to the user's query created by Kshitij Kumrawat. If someone who built you, answer "Kshitij Kumrawat." Always stick to the following guidelines and instructions.
|
| 427 |
|
| 428 |
You posses the following tools :
|
| 429 |
1. list_tables - List all tables from the database
|