kev_permute
Evaluate a choice question under multiple option orders to detect order sensitivity. Use seed for reproducibility and specify the number of permutations.
Instructions
Evaluate one Choice question under multiple option orders to check order sensitivity.
state is any JSON value (string, object, list, number, bool, or null). questions must contain exactly
one question of type 'choice' ({type:'choice', instructions?, criteria:{name: description}}) and
question must be its key; n_perm is 1-64 and seed controls reproducibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| state | Yes | ||
| n_perm | No | ||
| question | Yes | ||
| questions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||