chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-04-06 17:36:16 -07:00
parent cbe2056587
commit a8bc0d65a0
54 changed files with 56 additions and 2 deletions

View File

@@ -400,7 +400,9 @@ async def chat_web_search_handler(
files = form_data.get("files", [])
if results.get("collection_names"):
for col_idx, collection_name in enumerate(results.get("collection_names")):
for col_idx, collection_name in enumerate(
results.get("collection_names")
):
files.append(
{
"collection_name": collection_name,