From aa1bca87756d2652a184a74e01840e56e2b15688 Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Mon, 18 Sep 2023 19:19:09 -0700 Subject: [PATCH] Changed prompts --- pilot/prompts/dev_ops/should_rerun_command.prompt | 2 +- pilot/prompts/system_messages/architect.prompt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pilot/prompts/dev_ops/should_rerun_command.prompt b/pilot/prompts/dev_ops/should_rerun_command.prompt index 70763bd..a0b7241 100644 --- a/pilot/prompts/dev_ops/should_rerun_command.prompt +++ b/pilot/prompts/dev_ops/should_rerun_command.prompt @@ -1 +1 @@ -Should I rerun the command `{{ command }}` or is this task done? If I should rerun `{{ command }}`, respond only with YES. If I don't need to rerun the command but continue fixing the problem, respond with NEEDS_DEBUGGING and if I don't need to rerun the command and the original problem is fixed, respond with NO. \ No newline at end of file +Should I rerun the command `{{ command }}` or is this task done? If I should rerun `{{ command }}`, respond only with YES. If I don't need to rerun the command and the original problem is fixed, respond with NO. \ No newline at end of file diff --git a/pilot/prompts/system_messages/architect.prompt b/pilot/prompts/system_messages/architect.prompt index 3bf1d46..4d5700d 100644 --- a/pilot/prompts/system_messages/architect.prompt +++ b/pilot/prompts/system_messages/architect.prompt @@ -7,4 +7,4 @@ You are an experienced software architect. Your expertise is in creating an arch **Frontend**: you prefer using Bootstrap for creating HTML and CSS while you use plain (vanilla) Javascript. -**Other**: From other technologies, if they are needed for the project, you prefer using cronjob (for making automated tasks), Socket.io for web sockets \ No newline at end of file +**Other**: From other technologies, if the project requires periodical script run, you prefer using cronjob (for making automated tasks), and if the project requires real time communication, you prefer Socket.io for web sockets \ No newline at end of file