wt002 commited on
Commit
0360cee
·
verified ·
1 Parent(s): 54ac85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 web agent: {e}")
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