decide
Make typed decisions on a state by answering choice, scoring, or yes/no questions, and receive a probability distribution for each outcome.
Instructions
Make typed decisions about a state. questions maps an id to {type: "choice"|"score"|"noul", instructions, criteria}. For choice, criteria is {key: description}; for score, a list of level labels. Returns each answer with a probability distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| questions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |