WikipediaClientName | Description |
---|---|
language | Type: str Default: ‘en’ |
tool_name | Type: str Default: ‘wikipedia-client’ |
Name | Description |
---|---|
title | Title of the Wikipedia page. Type: str |
Type | Description |
---|---|
Any | None | wikipediaapi.WikipediaPage | None: The page object if it exists, otherwise None. |
Name | Description |
---|---|
query | The search keywords. Type: str |
limit | Max number of results to return. Type: int Default: 3 |
Type | Description |
---|---|
Any | list[dict[str, Any]]: Each dict has keys: - ‘title’ (str) - ‘size’ (int) - ‘wordcount’ (int) - ‘timestamp’ (str) |