diff --git a/pilot/const/function_calls.py b/pilot/const/function_calls.py index 3d39c99..e3a83c7 100644 --- a/pilot/const/function_calls.py +++ b/pilot/const/function_calls.py @@ -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(),