Spaces:
Running
Running
updates
Browse files
agent.py
CHANGED
@@ -93,7 +93,6 @@ def create_assistant_tools(cfg):
|
|
93 |
tool_name_prefix = "ev",
|
94 |
content_description = 'Electric Vehicles in the state of Washington and other population information',
|
95 |
sql_database = SQLDatabase(create_engine('sqlite:///ev_database.db')),
|
96 |
-
max_rows=200
|
97 |
)
|
98 |
|
99 |
return (tools_factory.standard_tools() +
|
|
|
93 |
tool_name_prefix = "ev",
|
94 |
content_description = 'Electric Vehicles in the state of Washington and other population information',
|
95 |
sql_database = SQLDatabase(create_engine('sqlite:///ev_database.db')),
|
|
|
96 |
)
|
97 |
|
98 |
return (tools_factory.standard_tools() +
|