This commit is contained in:
Zvonimir Sabljic
2023-09-02 17:24:46 +02:00
parent 2e54fcacbb
commit 827f18a27d

View File

@@ -172,7 +172,7 @@ IMPLEMENT_TASK = {
'properties': {
'type': {
'type': 'string',
'enum': ['command', 'code_change', 'human_invervention'],
'enum': ['command', 'code_change', 'human_intervention'],
'description': 'Type of the development step that needs to be done to complete the entire task.',
},
'command': command_definition(),