fix(web_search): interne SearXNG-URL nicht als Quelle anzeigen

This commit is contained in:
Cursor 2026-03-20 23:44:48 +01:00
parent 981118f940
commit f6e9e29ae4

View file

@ -75,7 +75,7 @@ def handle_web_search(query: str, max_results: int = 5, **kw):
lines = [ lines = [
f"Web-Suche: {query}", f"Web-Suche: {query}",
f"Quelle: {used_url}", # SearXNG URL nicht als Quelle zeigen
"", "",
] ]