parse_task: convince GPT4 to not try to output file contents

This commit is contained in:
Senko Rasic
2024-06-12 10:44:01 +02:00
parent 6b7f41b225
commit 88e53cfb6b

View File

@@ -5,7 +5,7 @@ when converting this message to steps.
Each step can be either:
* `command` - command to run (must be able to run on a {{ os }} machine, assume current working directory is project root folder)
* `save_file` - create or update ONE file
* `save_file` - create or update ONE file (only provide file path, not contents)
* `human_intervention` - if you need the human to do something, use this type of step and explain in details what you want the human to do. NEVER use `human_intervention` for testing, as testing will be done separately by a dedicated QA after all the steps are done. Also you MUST NOT use `human_intervention` to ask the human to write or review code.
**IMPORTANT**: If multiple changes are required for same file, you must provide single `save_file` step for each file.