Implemented function calling for getting user tasks

This commit is contained in:
Zvonimir Sabljic
2023-07-28 15:57:43 +02:00
parent 7ced1d55e9
commit 2c15329d9c
4 changed files with 22 additions and 11 deletions

View File

@@ -33,4 +33,13 @@ USER_STORIES = {
'functions': {
'process_user_stories': process_user_stories
},
}
USER_TASKS = {
'definitions': [
return_array_from_prompt('user tasks', 'user task', 'tasks')
],
'functions': {
'process_user_tasks': process_user_tasks
},
}