Open Agent Loops
API Reference

FileWriteRequest

@open-agent-loops/core


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

A request to write a file's full contents.

Properties

PropertyTypeDescriptionDefined in
contentstringFull content to write, replacing anything already there.tools/builtin/builtin.types.ts:278
pathstringPath of the file to write; parent directories are created as needed.tools/builtin/builtin.types.ts:276

On this page