Back to Chatgpt On Wechat

edit - File Edit

docs/en/tools/edit.mdx

2.0.8540 B
Original Source

Edit files via precise text replacement. If oldText is empty, appends to the end of the file.

Dependencies

No extra dependencies, available by default.

Parameters

ParameterTypeRequiredDescription
pathstringYesFile path
oldTextstringYesOriginal text to replace (empty to append)
newTextstringYesReplacement text

Use Cases

  • Modify specific parameters in configuration files
  • Fix bugs in code
  • Insert content at specific positions in files