refac: web search link display

This commit is contained in:
Timothy Jaeryang Baek
2025-09-07 03:00:28 +04:00
parent 33f04a7714
commit 0a85dd4bca
3 changed files with 90 additions and 29 deletions

View File

@@ -487,6 +487,7 @@ async def chat_web_search_handler(
"action": "web_search",
"description": "Searched {{count}} sites",
"urls": results["filenames"],
"items": results.get("items", []),
"done": True,
},
}