find_file
Finds one file in the codebase based on instructions.
Arguments
Name
Type
Description
Required
find_file_prompt
prompt
The instructions used to find the file.
subpath
string
Have the assistant only look in a specific subpath that you already know.
cached_file_path
string
If provided, this will be used instead of querying the codebase. Good for debugging.
Returns
Type
Description
string
Path to the found file or None if not found.
Example
Last updated