You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
That said, we should indeed make the Computer extensible. Rather than adding goto, we should allow arbitrary additional actions to be exposed by the Computer.
PR welcome, or else I can get to it at some point!
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 thegoto
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
The text was updated successfully, but these errors were encountered: