mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Fix docstring
This commit is contained in:
parent
b1bab2ece8
commit
8e9b00a017
@ -96,11 +96,12 @@ class SafePlaywrightURLLoader(PlaywrightURLLoader):
|
|||||||
Attributes:
|
Attributes:
|
||||||
web_paths (List[str]): List of URLs to load.
|
web_paths (List[str]): List of URLs to load.
|
||||||
verify_ssl (bool): If True, verify SSL certificates.
|
verify_ssl (bool): If True, verify SSL certificates.
|
||||||
|
trust_env (bool): If True, use proxy settings from environment variables.
|
||||||
requests_per_second (Optional[float]): Number of requests per second to limit to.
|
requests_per_second (Optional[float]): Number of requests per second to limit to.
|
||||||
continue_on_failure (bool): If True, continue loading other URLs on failure.
|
continue_on_failure (bool): If True, continue loading other URLs on failure.
|
||||||
headless (bool): If True, the browser will run in headless mode.
|
headless (bool): If True, the browser will run in headless mode.
|
||||||
|
proxy (dict): Proxy override settings for the Playwright session.
|
||||||
playwright_ws_url (Optional[str]): WebSocket endpoint URI for remote browser connection.
|
playwright_ws_url (Optional[str]): WebSocket endpoint URI for remote browser connection.
|
||||||
trust_env (bool): If True, use proxy settings from environment variables.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
Reference in New Issue
Block a user