Prerequisites
The following example requires therequests and openai libraries.
Example
The following agent will use CustomApiTools to make API calls to the Dog CEO API.cookbook/91_tools/custom_api_tools.py
Make authenticated HTTP requests to any external API with CustomApiTools.
requests and openai libraries.