optimize prompts
This commit is contained in:
parent
47d548180a
commit
c37e5b0ac1
|
|
@ -58,7 +58,9 @@ _global_memory: Dict[
|
||||||
|
|
||||||
@tool("emit_research_notes")
|
@tool("emit_research_notes")
|
||||||
def emit_research_notes(notes: str) -> str:
|
def emit_research_notes(notes: str) -> str:
|
||||||
"""Use this when you have completed your research to share your notes in markdown format, no more than 500 words.
|
"""Use this when you have completed your research to share your notes in markdown format.
|
||||||
|
|
||||||
|
Keep your research notes information dense and no more than 300 words.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
notes: REQUIRED The research notes to store
|
notes: REQUIRED The research notes to store
|
||||||
|
|
|
||||||
|
|
@ -60,9 +60,11 @@ def run_programming_task(
|
||||||
|
|
||||||
The programmer sees only what you provide, no conversation history.
|
The programmer sees only what you provide, no conversation history.
|
||||||
|
|
||||||
Give detailed instructions including multi-file tasks but do not write their code.
|
Give detailed instructions including multi-file tasks but do not write the code in the instructions.
|
||||||
|
|
||||||
The programmer cannot run commands.
|
Keep your instructions information dense and no more than 300 words.
|
||||||
|
|
||||||
|
The programmer cannot run commands or see context other than related files and what you say in the instructions.
|
||||||
|
|
||||||
If new files are created, emit them after finishing.
|
If new files are created, emit them after finishing.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue