mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-09 14:35:50 +00:00
Lint
This commit is contained in:
parent
040bb2983d
commit
f7dd10b820
@ -21,6 +21,9 @@ class BaseSQLDatabaseTool(BaseModel):
|
|||||||
|
|
||||||
db: SQLDatabase = Field(exclude=True)
|
db: SQLDatabase = Field(exclude=True)
|
||||||
|
|
||||||
|
class Config(BaseTool.Config):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class QuerySQLDataBaseTool(BaseSQLDatabaseTool, BaseTool):
|
class QuerySQLDataBaseTool(BaseSQLDatabaseTool, BaseTool):
|
||||||
"""Tool for querying a SQL database."""
|
"""Tool for querying a SQL database."""
|
||||||
|
Loading…
Reference in New Issue
Block a user