edit_file_with_context_snippets
Edit a file with instructions for editing the file.
Arguments
Name
Type
Description
Required
path_to_file
string
The path to the file that needs editing. The path should be relative to the project root.
context_snippets
prompt array
Context snippets to help with editing the file.
edit_prompt
prompt
Instructions for how the file should be edited.
Returns
Type
Description
string
The path to the edited file.
Example
Last updated