Skip to content

Why does the Computer protocol not have the goto method? #547

Open
@wjayesh

Description

@wjayesh

Describe the feature

Right now, the computers you create can't define (or use) the goto method to go to a specific URL. This means that if you are at a page that is not a search engine, it is hard to go to a completely different page, unless the link to the said page is on the current page.

The BasePlaywrightComputer class still defines the goto method but since this is not part of the Computer protocol, the agent doesn't use it. Am I missing something or this protocol missing an important function?
https://github.com/openai/openai-cua-sample-app/blob/eb2d58ba77ffd3206d3346d6357093647d29d99c/computers/base_playwright.py#L136

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions