record_gameplay
Record gameplay for a set duration, with the option to capture input events and game state snapshots.
Instructions
Record gameplay for a duration, capturing input events and/or game state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Recording duration in seconds (default: 10) | |
| include_input | No | Record input events (default: true) | |
| include_state | No | Record game state snapshots (default: false) |