verify_state_reachability
Verify whether a target state is reachable from an initial state in a state machine and return the shortest path execution sequence.
Instructions
Checks whether a target state can be reached from the initial state in a state machine, returning the shortest path execution sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetState | Yes | Target state to check reachability for | |
| transitions | Yes | List of state transitions | |
| initialState | Yes | Initial starting state |