prepend_to_file_code
Prepend content to the beginning of a file, allowing you to insert headers, imports, or new data at the top without altering existing content.
Instructions
Prepend content to the beginning of a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file to modify | |
| content | Yes | The content to prepend |