Refactored getting the architecture to use AgentConvo class

This commit is contained in:
Zvonimir Sabljic
2023-07-31 12:27:32 +02:00
parent 040ab607f4
commit 345f1658ec
3 changed files with 23 additions and 12 deletions

View File

@@ -48,6 +48,15 @@ USER_TASKS = {
},
}
ARCHITECTURE = {
'definitions': [
return_array_from_prompt('technologies', 'technology', 'technologies')
],
'functions': {
'process_technologies': lambda technologies: technologies
},
}
FILTER_OS_TECHNOLOGIES = {
'definitions': [
return_array_from_prompt('os specific technologies', 'os specific technology', 'technologies')