From 624c72c266ad8154639d88670b9957ace527a3dc Mon Sep 17 00:00:00 2001 From: Zach Schillaci <40636930+zachschillaci27@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:07:27 +0100 Subject: [PATCH] Add wikipedia tool doc (#1579) --- docs/modules/agents/tools.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/modules/agents/tools.md b/docs/modules/agents/tools.md index bd346e7d..7a6a6ecb 100644 --- a/docs/modules/agents/tools.md +++ b/docs/modules/agents/tools.md @@ -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` +