Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -500,7 +500,7 @@ If the answer is a comma-separated list, apply the above rules for each element
|
|
500 |
add_base_tools=True # Consider what this adds, ensure it doesn't duplicate.
|
501 |
)
|
502 |
except Exception as e:
|
503 |
-
raise RuntimeError(f"Error initializing
|
504 |
|
505 |
# Update system prompt
|
506 |
# It's generally better to pass the system prompt directly if possible
|
|
|
500 |
add_base_tools=True # Consider what this adds, ensure it doesn't duplicate.
|
501 |
)
|
502 |
except Exception as e:
|
503 |
+
raise RuntimeError(f"Error initializing main agent: {e}")
|
504 |
|
505 |
# Update system prompt
|
506 |
# It's generally better to pass the system prompt directly if possible
|