Prerequisites
The following example requires thewikipedia and openai libraries.
Example
The following agent will search Wikipedia for “ai” and print the response.cookbook/91_tools/wikipedia_tools.py
Search Wikipedia with WikipediaTools and optionally add results to a Knowledge base.
wikipedia and openai libraries.