Skip to content

Commit df727dc

Browse files
committed
Forbid annoying backtick behavior
1 parent 4c61777 commit df727dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def generate_next_attempt(test_results: str, test_results_insights: str) -> None
6161
Your response should be ONLY the python code.
6262
Do not say 'here is the python code'
6363
Do not surround your response with quotes or backticks.
64+
Your response should NEVER start or end with ```
6465
Your output MUST be valid, runnable python code and NOTHING else.
6566
"""
6667
response = agent.llm_response(prompt)

0 commit comments

Comments
 (0)