ofermend commited on
Commit
5b1ae70
·
1 Parent(s): 257494f

Revert "Removed debug msg"

Browse files

This reverts commit 257494f1301c23d9941deea2d2161c25e835a535.

Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -226,8 +226,7 @@ def initialize_agent(_cfg, update_func=None):
226
  tools=create_assistant_tools(_cfg),
227
  topic="Case law in Alaska",
228
  custom_instructions=legal_assistant_instructions,
229
- update_func=update_func,
230
- verbose=True
231
  )
232
 
233
  return agent
 
226
  tools=create_assistant_tools(_cfg),
227
  topic="Case law in Alaska",
228
  custom_instructions=legal_assistant_instructions,
229
+ update_func=update_func
 
230
  )
231
 
232
  return agent