mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Added return_files
This commit is contained in:
@@ -10,6 +10,10 @@ def process_os_technologies(technologies):
|
||||
def run_commands(commands):
|
||||
return commands
|
||||
|
||||
def return_files(files):
|
||||
# TODO get file
|
||||
return files
|
||||
|
||||
def return_array_from_prompt(name_plural, name_singular, return_var_name):
|
||||
return {
|
||||
'name': f'process_{name_plural.replace(" ", "_")}',
|
||||
|
||||
Reference in New Issue
Block a user