roll
Simulate a backgammon dice roll, returning the value of each die.
Instructions
Simulate a roll of two six-sided dice.
Returns: Dict with die1 and die2 values (1-6 each).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||