ofermend commited on
Commit
29e0349
1 Parent(s): 4e8669d
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -93,6 +93,7 @@ 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
  )
97
 
98
  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
+ max_rows=200
97
  )
98
 
99
  return (tools_factory.standard_tools() +