Spaces:
Running
Running
Revert "Removed debug msg"
Browse filesThis reverts commit 257494f1301c23d9941deea2d2161c25e835a535.
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
|