The same bug hit me in three separate sessions before I fixed it properly. Each time, my orchestrator reached a decision point, tried to present its menu, and burned a turn on a validation error instead of a question:



InputValidationError: {
"code": "too_big",
"maximum": 4,
"path": ["questions", 0, "options"]
}
// abridged; the full...