danielkorat commited on
Commit
7b58328
·
verified ·
1 Parent(s): 3a36f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ agent = CodeAgent(
33
  model=model,
34
  tools=[
35
  final_answer,
 
36
  search_tool,
37
  image_generation_tool,
38
  convert_currency,
 
33
  model=model,
34
  tools=[
35
  final_answer,
36
+ knowledge_and_intelligence_tool,
37
  search_tool,
38
  image_generation_tool,
39
  convert_currency,