forecast
Deterministic forward reasoning: from the current data state, generate and rank the valid next states reachable under the Blueprint's rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | GeodesicAI API key (gai_...) | |
| rank_by | No | Ranking criterion for returned paths | drift |
| blueprint | No | Blueprint name (workflow_name) to use | default |
| max_depth | No | Search depth, 1-10 | |
| max_branches | No | Branches per step, 1-10 | |
| structured_data | Yes | The document's extracted fields as key/value pairs. Keys are open by design - your Blueprint's rules define what is checked |