improve logging (#66)

This commit is contained in:
Harrison Chase
2022-11-05 15:13:12 -07:00
committed by GitHub
parent 818b06ebbc
commit f772934108
7 changed files with 50 additions and 12 deletions
-1
View File
@@ -26,7 +26,6 @@ class SQLDatabaseChain(Chain, BaseModel):
"""LLM wrapper to use."""
database: SQLDatabase
"""SQL Database to connect to."""
verbose: bool = False
input_key: str = "query" #: :meta private:
output_key: str = "result" #: :meta private: