Calcul Exercises

Execute Ai Review

Execute AI review on all exercises in the specified category. Uses concurrent processing with up to 10 parallel workers. The AI checks:

  • Self-sufficiency: Is the exercise statement understandable without the title?
  • LaTeX formatting: Does it use proper LaTeX?
  • Mathematical validity: Are questions and answers correct?
  • Suitability for drill format: Can it be declined into repetitive variations?
post/calcul-exercises/ai-review/execute

Request body

category_pathstring[] required

Category path to review (will include all subfolders)

skip_to_reviewboolean

Skip exercises already marked as to_review

skip_with_change_requestboolean

Skip exercises that already have a pending change request

Response

Successful Response

successinteger required
failedinteger required
skippedinteger required
no_changeinteger required
change_requestsinteger required
marked_to_reviewinteger required

Changes