save_action_artifact
Save PAIDEIA action output to canonical course paths like quizzes or cheatsheet. Specify action, content, and optional answer markdown to update artifacts.
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 |
|---|---|---|---|
| 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. | |
| action | Yes | PAIDEIA action name, e.g. quiz, twin, mock, derive. | |
| content | Yes | ||
| answer_content | No | Optional paired answer/solution markdown. | |
| slug | No | ||
| target_path | No | Explicit relative path for multi-file actions like analyze. | |
| overwrite | No |