mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 13:26:32 -04:00
Harrison/fix lint (#138)
This commit is contained in:
@@ -15,5 +15,5 @@ Only use the following tables:
|
||||
|
||||
Question: {input}"""
|
||||
PROMPT = Prompt(
|
||||
input_variables=["input", "table_info", "dialect"], template=_DEFAULT_TEMPLATE,
|
||||
input_variables=["input", "table_info", "dialect"], template=_DEFAULT_TEMPLATE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user