find_file

Finds one file in the codebase based on instructions.

Arguments

Returns

Example

- name: find_file
  arguments:
    find_file_prompt: <instructions-to-find-file>
    cached_file_path: <optional-cached-path>
    subpath: <subpath>
  returns: <path-to-found-file-or-None>

Last updated