ModernMewtwo26 commited on
Commit
3c3c449
·
verified ·
1 Parent(s): d92d940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(query)
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)