Narrate a stored solver result
explainGenerates a natural-language narration for a freight plan from a stored result_id, using only solver-produced values to prevent hallucinated numbers.
Instructions
Return a narration template populated only from a stored solver result. Takes a result_id and nothing else: it has no access to the problem inputs and performs no arithmetic, so it cannot state a number the solver did not produce.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result_id | Yes | A result_id returned by solve. |