Open Agent Loops
API Reference

SearchMatch

@open-agent-loops/core


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

A single content match from a regex search.

Properties

PropertyTypeDescriptionDefined in
linenumber1-based line number of the matching line.tools/builtin/builtin.types.ts:148
pathstringPath of the file the match was found in.tools/builtin/builtin.types.ts:146
textstringThe text of the matching line.tools/builtin/builtin.types.ts:150

On this page