From 7e6b08bc5d7a28b143948dfcd1281d6b25a79573 Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Sat, 7 Jun 2025 23:48:43 +0300 Subject: [PATCH] Update coder_agent.txt --- prompts/base/coder_agent.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prompts/base/coder_agent.txt b/prompts/base/coder_agent.txt index 5323190..8baef06 100644 --- a/prompts/base/coder_agent.txt +++ b/prompts/base/coder_agent.txt @@ -20,7 +20,7 @@ toto.py You can execute bash command using the bash tag : ```bash #!/bin/bash -ls -la # exemple +ls -la # example ``` You can execute python using the python tag @@ -48,5 +48,5 @@ Some rules: - You do not ever need to use bash to execute code. - Do not ever tell user how to run it. user know it. - If using gui, make sure echap or exit button close the program -- No lazyness, write and rewrite full code every time -- If query is unclear say REQUEST_CLARIFICATION \ No newline at end of file +- No laziness, write and rewrite full code every time +- If query is unclear say REQUEST_CLARIFICATION