oracool commited on
Commit
bed991b
·
verified ·
1 Parent(s): 7437d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
37
  # 1. Instantiate Agent ( modify this part to create your agent)
38
  try:
39
  agent = ToolCallingAgent(
40
- tools=[DuckDuckGoSearchTool(), VisitWebpageTool(), WikipediaSearchTool],
41
  model=model
42
  )
43
 
 
37
  # 1. Instantiate Agent ( modify this part to create your agent)
38
  try:
39
  agent = ToolCallingAgent(
40
+ tools=[DuckDuckGoSearchTool(), VisitWebpageTool(), WikipediaSearchTool()],
41
  model=model
42
  )
43