Accepts either cookies (list of dicts) or cookie_file (json file path) as argument.Documentation Index
Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
upload_cookies.py
Parameters
The list of cookies (can be obtained from session.get_cookies)
The path to the cookie file (json format)
Returns
SetCookiesResponse: The response from the upload cookies request.
Raises
ValueError: If both cookies and cookie_file are provided, or if neither is provided.ValueError: If the session hasn’t been started yet (no session_id available).

