mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Refactored getting the architecture to use AgentConvo class
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user