Skip to content

Commit

Permalink
fix AI commands crashing with JSON serde exception when Anthropic is …
Browse files Browse the repository at this point in the history
…used
  • Loading branch information
bartekpacia committed Sep 9, 2024
1 parent 92c1984 commit 2d46710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro-ai/src/main/java/maestro/ai/Prediction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object Prediction {
|* You must provide result as a valid JSON object, matching this structure:
|
| {
| "defect": [
| "defects": [
| {
| "category": "assertion",
| "reasoning": "<reasoning, string>"
Expand Down

0 comments on commit 2d46710

Please sign in to comment.