Skip to main content
This file will then be available to the agent in the current session.
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>")

Parameters

file_path
str
required
upload_file_name
UnionType[str, None]
default:"None"

Returns

bool
I