Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online Information Lookup #3

Open
The-Randalorian opened this issue Oct 14, 2020 · 0 comments
Open

Online Information Lookup #3

The-Randalorian opened this issue Oct 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@The-Randalorian
Copy link
Owner

The-Randalorian commented Oct 14, 2020

The assistant should be able to create Thing objects by performing lookups to online resources, such as Wikipedia, IMDB, and other sources. It should be able to grab as much usable information as possible, filling in as many blanks about the object as possible. This information fill-in process should be largely lazy; only necessary information is searched immediately to save memory and time. However, some information will need to be immediately accessible, and will therefore be collected eagerly. Examples of lazy vs eager might be a famous person's birthday and their gender. Their birthday is not important except in certain circumstances, and will therefore only be looked up and loaded when necessary. However their gender is important for the use of pronouns (he or she), and will be loaded when the person is first referenced.

Edit: Example clarity

@The-Randalorian The-Randalorian added the enhancement New feature or request label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant