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