Open Agent Loops
API Reference

FileEditRequest

@open-agent-loops/core


Defined in: tools/builtin/builtin.types.ts:298

A request to replace the first occurrence of a string in a file.

Properties

PropertyTypeDescriptionDefined in
newStringstringString to replace the first occurrence with.tools/builtin/builtin.types.ts:304
oldStringstringExact string to find.tools/builtin/builtin.types.ts:302
pathstringPath of the file to edit.tools/builtin/builtin.types.ts:300

On this page