Update app.py
Browse files
app.py
CHANGED
@@ -702,7 +702,7 @@ Answer with just "YES" if web search would be helpful, or "NO" if the available
|
|
702 |
print(f"3. Searching for images, audio or code attachments...")
|
703 |
|
704 |
attachment_name = question_data.get('file_name', '')
|
705 |
-
|
706 |
if self.debug:
|
707 |
print(f"Attachment name from question_data: '{attachment_name}'")
|
708 |
|
|
|
702 |
print(f"3. Searching for images, audio or code attachments...")
|
703 |
|
704 |
attachment_name = question_data.get('file_name', '')
|
705 |
+
task_id = question_data.get('task_id', '')
|
706 |
if self.debug:
|
707 |
print(f"Attachment name from question_data: '{attachment_name}'")
|
708 |
|