fix: typos in planning prompt (#703)
Co-authored-by: Lucas Pereira <lpereira@dickson-constant.com>
This commit is contained in:
parent
f92c3a60f3
commit
e010c5541e
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user