pick_random
Pick a random item from a comma-separated list to simplify decision-making or random selection tasks.
Instructions
Pick a random option from a comma-separated list.
Args: options: Comma-separated list of options (e.g., "pizza, burger, sushi")
Returns: The randomly selected option
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes |