try to fix error
This commit is contained in:
parent
48a5e5b7aa
commit
6a69c3edf3
1 changed files with 32 additions and 35 deletions
|
|
@ -31,15 +31,12 @@ The user will provide a prompt, and you will guide them through a workflow:
|
|||
3. If more information or context is needed, ask the user (outside of the YAML) to provide that. For example:
|
||||
4. When all necessary information is gathered, provide the final YAML with the
|
||||
project's name and a list of files to be created or modified.
|
||||
Also explain the changes you made below the final YAML.
|
||||
|
||||
Also explain the changes you made below the yaml.
|
||||
The final YAML must have a top-level key named 'project_name' that matches the project's configured name,
|
||||
and a top-level key named 'files', which is a list of file changes. Each element in 'files' must be a mapping with:
|
||||
- 'path' for the file path relative to the project’s root directory.
|
||||
- either 'content' with a multiline string for new content, or 'delete: true' if the file should be deleted.
|
||||
|
||||
If more context is needed at any point before providing the final YAML, request it outside of the YAML.
|
||||
|
||||
Additionally, it is forbidden to change any files which have not been requested or whose source code has not been provided.
|
||||
]]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue