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:
parent
5ddf3e40e9
commit
0d66c54991
|
|
@ -87,6 +87,7 @@ const gradingSchema = {
|
||||||
'correctCount',
|
'correctCount',
|
||||||
'accuracy',
|
'accuracy',
|
||||||
'errorPatterns',
|
'errorPatterns',
|
||||||
|
'currentStepEstimate',
|
||||||
'suggestedStepId',
|
'suggestedStepId',
|
||||||
'reasoning',
|
'reasoning',
|
||||||
'feedback',
|
'feedback',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue