AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Wikipedia Search Command

Open pierluigi-failla opened this issue 2 years ago • 1 comments

Background Wikipedia Search could provide the capability of searching for encyclopedia-like information and, in this sense, I think is a very relevant and general command to have. I will be more than happy to update it later to the plugin template once will be merged to stable.

Changes Added Wikipedia Search command.

Documentation The new command wikipedia_search will search in Wikipedia for relevant information. The resulting string is a json.dumps of a list of len num_results containing dictionaries with the following structure: {'title':

, 'summary': <summary>, 'url': <url to relevant page>}. <p>Test Plan As far as this is a very simple functionality I not added tests as per some other similar functionality.</p> <p>PR Quality Checklist ✔️ My pull request is atomic and focuses on a single change. ✔️ I have thoroughly tested my changes with multiple different prompts. ✔️ I have considered potential risks and mitigations for my changes. ✔️ I have documented my changes clearly and comprehensively. ✔️ I have not snuck in any "extra" small tweaks changes</p> </url></summary>

pierluigi-failla avatar Apr 20 '23 07:04 pierluigi-failla

Old closed PR here

pierluigi-failla avatar Apr 20 '23 08:04 pierluigi-failla

This seems great for a potential plugin. Open a PR here following the same format as the Twitter example that exists: Auto-GPT-Plugins

ntindle avatar Apr 21 '23 05:04 ntindle

Closing in favor of this being a plug-in

ntindle avatar Apr 23 '23 05:04 ntindle