mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Implemented function calling for getting user tasks
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user