Added getting the run command

This commit is contained in:
Zvonimir Sabljic
2023-08-16 11:38:02 +02:00
parent 411c1a6cae
commit 630f18c37b
2 changed files with 5 additions and 1 deletions

View File

@@ -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)

View 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 `