mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Typo fix
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user