Challenge Conversations

Build the conversational challenge session API defined in APP-CONTROL.md. Enables multi-turn AI-powered challenge sessions beyond the current single-answer format.

Key Deliverables

EndpointMethodPurposeRate Limit
/api/challenge-sessionsPOSTStart conversational challenge session5 sessions/user/day
/api/challenge-sessions/[id]/turnPOSTProcess conversational turn2000 char max input
/api/challenge-sessions/[id]/endPOSTEnd session early, calculate final score--

Blockers

  • Conversational challenge UI design and implementation must be completed first

Source

Derived from Gap 4 of the Fact Engine API Gaps audit.