List files that have been downloaded into storage by the agents
storage = notte.FileStorage(session_id="<session_id>") # list the files that have been downloaded from storage files = storage.list_downloaded_files()
list
Was this page helpful?