improve prompts
This commit is contained in:
parent
0e68735389
commit
917e6afe45
|
|
@ -164,11 +164,14 @@ Decision on Implementation
|
||||||
|
|
||||||
If this is a top-level README.md or docs folder, start there.
|
If this is a top-level README.md or docs folder, start there.
|
||||||
|
|
||||||
If the user explicitly requested implementation, that means you should first perform all the background research for that task, then call request_implementation where the implementation will be carried out.
|
If the user explicitly requests implementation, that means you should first perform all the background research for that task, then call request_implementation where the implementation will be carried out.
|
||||||
|
|
||||||
<user query>
|
<user query>
|
||||||
{base_task}
|
{base_task}
|
||||||
</user query>
|
</user query>
|
||||||
|
|
||||||
|
USER QUERY *ALWAYS* TAKES PRECEDENCE OVER EVERYTHING IN PREVIOUS RESEARCH.
|
||||||
|
|
||||||
KEEP IT SIMPLE
|
KEEP IT SIMPLE
|
||||||
|
|
||||||
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
|
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
|
||||||
|
|
@ -192,6 +195,8 @@ When you emit research notes, keep it extremely concise and relevant only to the
|
||||||
{base_task}
|
{base_task}
|
||||||
</user query>
|
</user query>
|
||||||
|
|
||||||
|
USER QUERY *ALWAYS* TAKES PRECEDENCE OVER EVERYTHING IN PREVIOUS RESEARCH.
|
||||||
|
|
||||||
KEEP IT SIMPLE
|
KEEP IT SIMPLE
|
||||||
|
|
||||||
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
|
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue