Added development step and fixed running it

This commit is contained in:
Zvonimir Sabljic
2023-07-29 13:06:26 +02:00
parent edc70fd86f
commit 9de85a5e47
4 changed files with 180 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
from utils.llm import parse_llm_output
def process_user_stories(stories):
return stories, None
@@ -50,15 +48,6 @@ USER_TASKS = {
},
}
RUN_COMMAND = {
'definitions': [
],
'functions': {
'run_command': parse_llm_output
},
}
FILTER_OS_TECHNOLOGIES = {
'definitions': [
return_array_from_prompt('os specific technologies', 'os specific technology', 'technologies')