route
Determine the next action from a predefined set of options based on current state. Provides a suggestion without executing the action.
Instructions
Choose the next action from a closed set. This suggests an action; it does not execute it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| state | Yes | ||
| actions | Yes | ||
| instructions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| model | Yes | ||
| route | Yes | ||
| usage | Yes | ||
| answer | Yes | ||
| evaluation | Yes |