Cheangys commited on
Commit
1b9e29f
·
verified ·
1 Parent(s): 2ce7266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def duckweb_search(query: str) -> str:
99
  search_tool = DuckDuckGoSearchTool()
100
 
101
  # Perform the search
102
- search_results = search_tool("type": "string", "description": query)
103
 
104
  # Debugging: Print results to see what is returned
105
  print(f"DEBUG: search results -> {search_results}")
 
99
  search_tool = DuckDuckGoSearchTool()
100
 
101
  # Perform the search
102
+ search_results = search_tool(query)
103
 
104
  # Debugging: Print results to see what is returned
105
  print(f"DEBUG: search results -> {search_results}")