Open Agent Loops
API Reference

SearchQuery

@open-agent-loops/core


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

A regex search request handed to the backend.

Properties

PropertyTypeDescriptionDefined in
ignoreCase?booleanCase-insensitive matching when true.tools/builtin/builtin.types.ts:164
maxResults?numberUpper bound on the number of matches to return.tools/builtin/builtin.types.ts:166
path?stringFile or directory to search under; the backend decides the default root.tools/builtin/builtin.types.ts:162
patternstringA regular expression matched against file contents.tools/builtin/builtin.types.ts:160

On this page