examples_as_sys_msg for sonnet gets 100% compliance on exercism eval

This commit is contained in:
Paul Gauthier 2024-06-24 11:03:29 -07:00
parent 30154957bb
commit 42fbe28897
2 changed files with 13 additions and 9 deletions

View file

@ -133,8 +133,6 @@ 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.
Do not include long runs of unchanging lines in *SEARCH/REPLACE* blocks.
Include *ALL* the code being searched and replaced!
Only create *SEARCH/REPLACE* blocks for files that the user has added to the chat!
To move code within a file, use 2 *SEARCH/REPLACE* blocks: 1 to delete it from its current location, 1 to insert it in the new location.