add_circuit
Opens a new circuit or repeat group for structured workout loops. Set iterations and optionally skip the final rest step, then close with end_circuit.
Instructions
Open a new circuit/repeat group. Steps added after this go inside the circuit.
Call end_circuit when done adding steps to close it.
Args: iterations: Number of times to repeat the circuit. skip_last_rest: If true, skip the last rest step in the circuit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iterations | Yes | ||
| skip_last_rest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |