elite_prepare
Starts a non-trivial reasoning task, returning a run_id and continuation instructions to retain for subsequent pipeline steps, not the final answer.
Instructions
Start a non-trivial task. Retain run_id and obey the returned continuation after each later Elite call. Not the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persist | No | ||
| user_prompt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| steps | Yes | ||
| do_not | No | ||
| intent | Yes | ||
| run_id | Yes | ||
| status | No | ok | |
| playbook | No | ||
| warnings | No | ||
| persisted | Yes | ||
| stop_when | No | ||
| complexity | Yes | ||
| confidence | Yes | ||
| budget_tier | Yes | ||
| constraints | No | ||
| deliverable | No | ||
| next_action | No | none | |
| continuation | No | ||
| repeat_until | No | ||
| allowed_tools | No | ||
| task_contract | No | ||
| memory_context | Yes | ||
| validation_gates | Yes | ||
| expected_outcomes | No | ||
| capability_warnings | Yes | ||
| evidence_requirements | Yes |