(Community): Added API Key for Jina Search API Wrapper (#29622)

- **Description:** Simple change for adding the API Key for Jina Search
API Wrapper
- **Issue:** #29596
This commit is contained in:
Mohammad Mohtashim
2025-02-13 09:12:07 +05:00
committed by GitHub
parent f1c66a3040
commit 96ad09fa2d
5 changed files with 51 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ class JinaSearch(BaseTool): # type: ignore[override]
"each in clean, LLM-friendly text. This way, you can always keep your LLM "
"up-to-date, improve its factuality, and reduce hallucinations."
)
search_wrapper: JinaSearchAPIWrapper = Field(default_factory=JinaSearchAPIWrapper)
search_wrapper: JinaSearchAPIWrapper = Field(default_factory=JinaSearchAPIWrapper) # type: ignore[arg-type]
def _run(
self,