This file will then be available to the agent in the current session.
Copy
Ask AI
storage = notte.FileStorage()with notte.Session(storage=storage) as session: # make the file available to the agent in the current session storage.upload(file_path="<local_file_path>")