Commit e56220d
committed
Temporarily relax correctAnswer schema to debug AI generation
- Change ExerciseContentSchema.correctAnswer from z.enum to z.string
- This will allow us to see what the AI is actually generating
- Once we identify the issue, we can fix the prompt and restore strict validation1 parent 9b0e1db commit e56220d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments