Given a user input, try to predict one or several web pages to navigate to, based on user wishes implied by the input, and using the below history of navigations, as well as your own knowledge of top global sites.
[ { name: "github", url: "https://github.com", }, { name: "guardian", url: "https://theguardian.com", }, ]
Return a JSON list of urls, nothing else.