mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Added getting the run command
This commit is contained in:
@@ -116,7 +116,7 @@ class Developer(Agent):
|
||||
if llm_response == 'DONE':
|
||||
return True
|
||||
|
||||
self.continue_development()
|
||||
self.run_command = convo.send_message('development/get_run_command.prompt', {})
|
||||
|
||||
if continue_development:
|
||||
self.continue_development(convo)
|
||||
|
||||
4
euclid/prompts/development/get_run_command.prompt
Normal file
4
euclid/prompts/development/get_run_command.prompt
Normal file
@@ -0,0 +1,4 @@
|
||||
How can I run this app?
|
||||
!IMPORTANT!
|
||||
Do not reply with anything else but the command with which I can run this app with.
|
||||
For example, if the command is "python app.py", then your response needs to be only `python app.py` without the `
|
||||
Reference in New Issue
Block a user