roll_dice
Roll any number of six-sided dice and return the individual results. Specify n_dice to set how many dice to roll.
Instructions
Roll n_dice 6-sided dice and return the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n_dice | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |