Open Agent Loops
API Reference

GlobQuery

@open-agent-loops/core


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

A request to list files matching a glob pattern.

Properties

PropertyTypeDescriptionDefined in
path?stringDirectory to search under; the backend decides the default root.tools/builtin/builtin.types.ts:229
patternstringGlob pattern matched against file paths, e.g. **/*.ts.tools/builtin/builtin.types.ts:227

On this page