Parameters
Returns
boolUpload a file from your local machine to storage
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>")
boolWas this page helpful?
Suggestions