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
The instructions that make the computer usable live in
shared/bot-prompt.ts: navigate rather than claiming you cannot browse,
snapshot before acting, and at a sign-in call computer_request_help so a
person can take the wheel rather than reporting the task as impossible.
Two files imported it, both of them shipped Bots. A built-in agent knew
only the role its package gave it, while the surface offered it the same
computer tools as everything else. Asked to file an issue on a site it
was not signed in to, General Assistant browsed to the page, said it
could not, and never asked for help, so the wheel was never offered.
That is not a Bot declining; it is a Bot that was never told.
Renamed to COMPUTER_GUIDANCE, because instructions about the computer
belong to the computer rather than to one implementation, and appended to
the package role for built-in agents. Only where a computer is
configured: a deployment with the browser routes unmounted should not
promise a Bot hands it has not got.
Co-authored-by: David McKay <davidmckayv@users.noreply.github.com>
0 commit comments