Stores a file that has been downloaded from a website in the current session
Copy
Ask AI
file_storage = notte.FileStorage("<session_id>")# file.pdf has been downloaded by an agent in the session# you can download it to your local machine using:file_storage.download(file_name="file.pdf", local_dir="<local_download_dir>")