JSON validation working

This commit is contained in:
Nicholas Albion
2023-09-26 19:38:24 +10:00
parent 8a024c2ff2
commit e5e0f56d2e
5 changed files with 44 additions and 15 deletions

View File

@@ -369,7 +369,7 @@ DEVELOPMENT_PLAN = {
'description': 'user-review goal that will determine if a task is done or not but from a user perspective since it will be reviewed by a human',
}
},
'required': ['task_description', 'programmatic_goal', 'user_review_goal'],
'required': ['description', 'programmatic_goal', 'user_review_goal'],
},
},
},