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:
committed by
Xubin Ren
co-authored by
Claude Opus 4.8
parent
a630a78941
commit
6fcf65a8e3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user