Skip to content

Instantly share code, notes, and snippets.

@gterzian
Last active August 7, 2025 05:28
Show Gist options
  • Save gterzian/4d83b312146d70d57d11163d1eab5994 to your computer and use it in GitHub Desktop.
Save gterzian/4d83b312146d70d57d11163d1eab5994 to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment