save_action_artifact
Save PAIDEIA action output such as quizzes, twins, mock exams, derivations, or cheatsheet to canonical paths. Supports specifying content, slug, overwrite flag, and answer content for paired solutions.
Instructions
Save a local-model-generated PAIDEIA action output to canonical paths such as quizzes/, twins/, mock/, derivations/, or cheatsheet/final.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| action | Yes | PAIDEIA action name, e.g. quiz, twin, mock, derive. | |
| content | Yes | ||
| overwrite | No | ||
| target_path | No | Explicit relative path for multi-file actions like analyze. | |
| project_root | No | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. | |
| answer_content | No | Optional paired answer/solution markdown. |