reduce noisy logs

This commit is contained in:
bars0um 2025-10-10 09:29:33 +03:00
parent 87a3565164
commit e1ccd32e22

View file

@ -281,7 +281,6 @@ def truncate_content_by_tokens(content, max_tokens=8192):
def add_web_search_attachments(history, row_idx, user_message, search_query, state): def add_web_search_attachments(history, row_idx, user_message, search_query, state):
"""Perform web search and add results as attachments""" """Perform web search and add results as attachments"""
logger.debug(f"add_web_search_attachments")
if not search_query: if not search_query:
logger.warning("No search query provided") logger.warning("No search query provided")
return return