Correct prompt typo + update example for SQLDatabaseChain (#868)

See https://github.com/hwchase17/langchain/issues/821
This commit is contained in:
Zach Schillaci
2023-02-03 17:34:41 +01:00
committed by GitHub
parent 777aaff841
commit 4c79100b15
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ PROMPT = PromptTemplate(
template=_DEFAULT_TEMPLATE,
)
_DECIDER_TEMPLATE = """Given the below input question and list of potential tables, output a comma separated list of the table names that may be neccessary to answer this question.
_DECIDER_TEMPLATE = """Given the below input question and list of potential tables, output a comma separated list of the table names that may be necessary to answer this question.
Question: {query}