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.

If no version is provided, the latest version is used.
function = notte.Function("<your-function-id>")
function.run(variable1="value1", variable2="value2")
Make sure that the correct variables are provided based on the python file previously uploaded. Otherwise, the workflow will fail

Parameters

version
UnionType[str, None]
default:"None"
local
bool
default:"False"
restricted
bool
default:"True"
timeout
UnionType[int, None]
default:"None"
stream
bool
default:"True"
raise_on_failure
bool
default:"True"
function_run_id
UnionType[str, None]
default:"None"
workflow_run_id
UnionType[str, None]
default:"None"
log_callback
UnionType[Callable[[str], None], None]
default:"None"
variables
Any
required

Returns

FunctionRunResponse