simulate_state_machine
Simulate a sequence of inputs step-by-step through a deterministic state machine to verify expected transitions and final state.
Instructions
Simulates a sequence of inputs step-by-step through a state machine deterministically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transitions | Yes | List of state transitions | |
| initialState | Yes | Initial starting state | |
| inputSequence | Yes | Sequence of input tokens to execute |