Expand description
Utility functions for cookie loading and file upload.
Functionsยง
- cookies_
to_ map - Returns a simple cookie map suitable for manual
reqwestusage. - load_
cookies - Loads authentication cookies from a JSON file.
- upload_
file - Uploads a file to the Gemini upload endpoint and returns the raw response text.