docs: Add missing args in api doc of `WebResearchRetriever` (#25949)

Add missing args in api doc of `WebResearchRetriever`
pull/25957/head
ZhangShenao 2 weeks ago committed by GitHub
parent da113f6363
commit 8d784db107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,6 +135,8 @@ class WebResearchRetriever(BaseRetriever):
text_splitter: Text splitter for splitting web pages into chunks
trust_env: Whether to use the http_proxy/https_proxy env variables
or check .netrc for proxy configuration
allow_dangerous_requests: A flag to force users to acknowledge
the risks of SSRF attacks when using this retriever
Returns:
WebResearchRetriever

Loading…
Cancel
Save