Chat
Executes actions in the Notte environment based on LLM decisions.
This method demonstrates how to:
- Parse LLM output into Notte commands
- Execute those commands in the environment
- Format the results back into text for the LLM
Users should customize this method to:
- Handle additional Notte endpoints
- Implement custom error handling
- Format observations specifically for their LLM
Args: content: The LLM’s response containing the desired action
Returns: content: Formatted observation from the environment
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
If True, the session will not be closed after the operation is completed.
Whether to include a screenshot in the response.
The ID of the session. A new session is created when not provided.
Session timeout in minutes. Cannot exceed the global timeout.
0 < x < 30
Response
Metadata of the current page, i.e url, page title, snapshot timestamp.
Browser session information
Extracted data from the page
Base64 encoded screenshot of the current page
Available actions in the current state