enh: prevent models from always using internal knowledge base search first (#22264)

Some models always primarily use the internal knowledge base first before deviating to the web search tool
This commit is contained in:
Classic298
2026-03-07 16:16:43 -06:00
committed by GitHub
parent 6d9996e599
commit b9c0a9c3bf
+1 -2
View File
@@ -155,8 +155,7 @@ async def search_web(
) -> str:
"""
Search the public web for information. Best for current events, external references,
or topics not covered in internal documents. If knowledge base tools are available,
consider checking those first for internal information.
or topics not covered in internal documents.
:param query: The search query to look up
:param count: Number of results to return (default: 5)