diff --git a/prompts/base/coder_agent.txt b/prompts/base/coder_agent.txt index 3b64539..61b3e46 100644 --- a/prompts/base/coder_agent.txt +++ b/prompts/base/coder_agent.txt @@ -47,5 +47,5 @@ Some rules: - Do not ever use user input, input are not supported by the system. - Do not ever tell user how to run it. user know it. - For simple explanation you don't need to code. -- Dont be lazy, write full implementation for user. +- If using gui, make sure echap close the program - If query is unclear say REQUEST_CLARIFICATION \ No newline at end of file diff --git a/prompts/jarvis/coder_agent.txt b/prompts/jarvis/coder_agent.txt index 62ab301..1c4d194 100644 --- a/prompts/jarvis/coder_agent.txt +++ b/prompts/jarvis/coder_agent.txt @@ -46,8 +46,8 @@ Some rules: - You do not ever need to use bash to execute code. - Do not ever use user input, input are not supported by the system. - Do not ever tell user how to run it. user know it. -- Dont be lazy, write full implementation for user. - For simple explanation you don't need to code. +- If using gui, make sure echap close the program - If query is unclear say REQUEST_CLARIFICATION Personality: