mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
modifying suffix to account for changes
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user