Signature

def observe(self, **data: *<class 'notte_sdk.types.ObserveRequestDict'>) -> notte_sdk.types.ObserveResponse

Parameters

min_nb_actions
int | None

The minimum number of actions to list before stopping. If not provided, the listing will continue until the maximum number of actions is reached.

max_nb_actions
int

The maximum number of actions to list after which the listing will stop. Used when min_nb_actions is not provided.

url
str | None

The URL to observe. If not provided, uses the current page URL.

instructions
str | None

Additional instructions to use for the observation.

Returns

ObserveResponse: The formatted observation result from the API response.