This commit is contained in:
Timothy Jaeryang Baek 2025-08-09 00:33:41 +04:00
parent f923a85f40
commit 736b29ddca

View file

@ -1965,7 +1965,7 @@ async def process_web_search(
}, },
) )
for result in search_results for result in search_results
if hasattr(result, "snippet") if hasattr(result, "snippet") and result.snippet is not None
] ]
else: else:
loader = get_web_loader( loader = get_web_loader(