modifying suffix to account for changes

This commit is contained in:
Francisco Ingham
2023-09-08 18:15:45 -03:00
parent deb89e5721
commit 69e29a3fed

View File

@@ -20,6 +20,4 @@ Question: {input}
Thought: I should look at the tables in the database to see what I can query. Then I should query the schema of the most relevant tables.
{agent_scratchpad}"""
# SQL_FUNCTIONS_SUFFIX = """I should look at the tables in the database to see what I can query. Then I should query the schema of the most relevant tables."""
SQL_FUNCTIONS_SUFFIX = ""
SQL_FUNCTIONS_SUFFIX = """I should query the schema of the most relevant tables."""