Agent convo fixes + remove messages getter + function calls fixes

This commit is contained in:
Zvonimir Sabljic
2023-08-01 17:27:26 +02:00
parent 9aa1ea697b
commit bb022659b4
5 changed files with 11 additions and 17 deletions

View File

@@ -98,7 +98,7 @@ DEVELOPMENT_PLAN = {
"type": "object",
'description': 'Development task that needs to be done to implement the entire plan.',
'properties': {
'task_description': {
'description': {
'type': 'string',
'description': 'Description of the development task that needs to be done to implement the entire plan.',
},
@@ -111,7 +111,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': ['command', 'timeout'],
'required': ['task_description', 'programmatic_goal', 'user_review_goal'],
},
},
},