GiphyTools enables an Agent to search for GIFs on GIPHY.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Example
The following agent will search GIPHY for a GIF appropriate for a birthday message.Toolkit Params
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | str | None | If you want to manually supply the GIPHY API key. |
limit | int | 1 | The number of GIFs to return in a search. |
Toolkit Functions
| Function | Description |
|---|---|
search_gifs | Searches GIPHY for a GIF based on the query string. |