get_quote
Get a random quote for a given category. Returns an empty string if the category is unknown or contains no quotes.
Instructions
Return a random quote for the given category.
Returns an empty string when the category is unknown or has no quotes, so the assistant can tell the user nothing was found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |