fix: typos in planning prompt (#703)

Co-authored-by: Lucas Pereira <lpereira@dickson-constant.com>
This commit is contained in:
Lucas Pereira 2024-10-12 11:16:23 +02:00 committed by GitHub
parent f92c3a60f3
commit e010c5541e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ from flask import Flask
<REPLACE> <REPLACE>
import math import math
from flask import Flask from flask import Flask
<REPLACE> </REPLACE>
mathweb/flask/app.py mathweb/flask/app.py
<SEARCH> <SEARCH>
@ -130,7 +130,7 @@ Break large *SEARCH/REPLACE* blocks into a series of smaller blocks that each ch
Include just the changing lines, and a few surrounding lines if needed for uniqueness. Include just the changing lines, and a few surrounding lines if needed for uniqueness.
Do not include long runs of unchanging lines in *SEARCH/REPLACE* blocks. Do not include long runs of unchanging lines in *SEARCH/REPLACE* blocks.
{% if use_xml_format -%} {% if use_xml_format -%}
ONLY change the <code>, DO NOT change the <conext>! ONLY change the <code>, DO NOT change the <context>!
{% else -%} {% else -%}
ONLY change the CODE, DO NOT change the CONTEXT! ONLY change the CODE, DO NOT change the CONTEXT!
{% endif %} {% endif %}