Skip to content

Commit

Permalink
fix: updated correction scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 26, 2024
1 parent 67f03a7 commit dc05cc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ public static String getCorrectionScheme() {
"original_sentence": {"type": "string"},
"corrected_sentence": {"type": "string"},
"reason": {"type": "string"},
"is_corrected": {"type": "boolean"},
"is_corrected": {"type": "boolean"}
},
"required": ["original_sentence", "corrected_sentence", "reason"],
"required": ["original_sentence", "corrected_sentence", "reason", "is_corrected"],
"additionalProperties": false
}
}
Expand Down

0 comments on commit dc05cc5

Please sign in to comment.