forked from Archives/langchain
Add wikipedia tool doc (#1579)
This commit is contained in:
parent
a950287206
commit
624c72c266
@ -136,3 +136,12 @@ Below is a list of all supported tools and relevant information:
|
|||||||
- Requires LLM: No
|
- Requires LLM: No
|
||||||
- Extra Parameters: `serper_api_key`
|
- Extra Parameters: `serper_api_key`
|
||||||
- For more information on this, see [this page](../../ecosystem/google_serper.md)
|
- 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…
Reference in New Issue
Block a user