edit_file_with_context_file
Edit a file with a passed in context file for reference.
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_file_path
string
The path to the context file. The path should be relative to the project root.
edit_prompt
prompt
Instructions for how to edit the file.
Returns
Type
Description
string
The path to the file that was edited.
Example
Last updated