Skip to main content

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.

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