Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def construct_course_search_query(interest: str, expertise: str, budget: str) ->
|
|
| 19 |
return query
|
| 20 |
|
| 21 |
# Existing tools from the template
|
| 22 |
-
search_tool = DuckDuckGoSearchTool(
|
| 23 |
final_answer = FinalAnswerTool()
|
| 24 |
|
| 25 |
# Model configuration (unchanged from template)
|
|
|
|
| 19 |
return query
|
| 20 |
|
| 21 |
# Existing tools from the template
|
| 22 |
+
search_tool = DuckDuckGoSearchTool(construct_course_search_query)
|
| 23 |
final_answer = FinalAnswerTool()
|
| 24 |
|
| 25 |
# Model configuration (unchanged from template)
|