mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
parse_task: convince GPT4 to not try to output file contents
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user