find_files

Retrieves an array of file paths from the codebase based on provided search criteria.

Arguments

Returns

Example

- name: find_files
  arguments:
    find_files_prompt: <instructions-to-find-files>
    cached_file_paths: <optional-cached-array-of-file-paths>
    subpath: <subpath>
  returns: <array-of-file-paths>

Last updated