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.
Parameters
Returns
boolStores a file that has been downloaded from a website in the current session
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.
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>")
boolWas this page helpful?