find_context_in_file

Find context in a file based on instructions.

Arguments

NameTypeDescriptionRequired

path_to_file

array

File path to look for relevant information in. This must be present in the new codebase.

find_context_in_file_prompt

string

Prompt for finding context in the file.

Returns

TypeDescription

string

Relevant context found in the file based on the instructions.

Example

- name: find_context_in_file
  arguments:
    path_to_file: <path_to_file>
    find_context_in_file_prompt: <find_context_in_file_prompt>
    target: <target>
  returns: <contextual information about the file>

Last updated