tatianija commited on
Commit
b25a056
·
verified ·
1 Parent(s): 430ca10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -185,9 +185,7 @@ class IntelligentAgent:
185
 
186
  return "\n\n".join(media_content) if media_content else ""
187
 
188
- def _should_search(self, question: str, media_context: str
189
-
190
- def _should_search(self, question: str) -> bool:
191
  """
192
  Use LLM to determine if search is needed for the question.
193
  Returns True if search is recommended, False otherwise.
 
185
 
186
  return "\n\n".join(media_content) if media_content else ""
187
 
188
+ def _should_search(self, question: str, media_context: str) -> bool:
 
 
189
  """
190
  Use LLM to determine if search is needed for the question.
191
  Returns True if search is recommended, False otherwise.