chore(web): drop redundant comments from Keenable provider

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ilya Gusev
2026-06-18 00:08:52 +08:00
committed by Xubin Ren
co-authored by Claude Opus 4.8
parent a630a78941
commit 6fcf65a8e3
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -489,7 +489,6 @@ class WebSearchTool(Tool):
return f"Error: {e}"
async def _search_keenable(self, query: str, n: int) -> str:
# Keenable has a no-login free tier, so an API key is optional.
api_key = self.config.api_key or os.environ.get("KEENABLE_API_KEY", "")
headers = {"Content-Type": "application/json", "User-Agent": self.user_agent}
if api_key: