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.

function = notte.Function("<your-function-id>")
function.update(path="<path-to-your-function.py>")
If you set a version, only that version will be updated

Parameters

path
UnionType[str, None]
default:"None"
version
UnionType[str, None]
default:"None"
workflow_path
UnionType[str, None]
default:"None"
restricted
bool
default:"True"

Returns

None