Mayurvora commited on
Commit
93cedd6
·
1 Parent(s): 55bbd7b

Add additional tools to CodeAgent configuration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with open("prompts.yaml", 'r') as stream:
96
 
97
  agent = CodeAgent(
98
  model=model,
99
- tools=[final_answer], ## add your tools here (don't remove final answer)
100
  max_steps=6,
101
  verbosity_level=1,
102
  grammar=None,
 
96
 
97
  agent = CodeAgent(
98
  model=model,
99
+ tools=[final_answer,generate_custom_image,search_and_summarize,get_current_time_in_timezone], ## add your tools here (don't remove final answer)
100
  max_steps=6,
101
  verbosity_level=1,
102
  grammar=None,