fix: add currentStepEstimate to required fields in JSON schema

OpenAI strict mode requires ALL properties to be in the required array.
The schema had currentStepEstimate property but wasn't marking it required.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-11-10 06:21:02 -06:00
parent 5ddf3e40e9
commit 0d66c54991
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ const gradingSchema = {
'correctCount',
'accuracy',
'errorPatterns',
'currentStepEstimate',
'suggestedStepId',
'reasoning',
'feedback',