Add wikipedia tool doc (#1579)

tool-patch
Zach Schillaci 1 year ago committed by GitHub
parent a950287206
commit 624c72c266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -136,3 +136,12 @@ Below is a list of all supported tools and relevant information:
- Requires LLM: No
- Extra Parameters: `serper_api_key`
- For more information on this, see [this page](../../ecosystem/google_serper.md)
**wikipedia**
- Tool Name: Wikipedia
- Tool Description: A wrapper around Wikipedia. Useful for when you need to answer general questions about people, places, companies, historical events, or other subjects. Input should be a search query.
- Notes: Uses the [wikipedia](https://pypi.org/project/wikipedia/) Python package to call the MediaWiki API and then parses results.
- Requires LLM: No
- Extra Parameters: `top_k_results`

Loading…
Cancel
Save