find_context_in_file
Find context in a file based on instructions.
Arguments
Name | Type | Description | Required |
---|---|---|---|
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 | prompt | Prompt for finding context in the file. |
Returns
Type | Description |
---|---|
prompt | Relevant context found in the file based on the instructions. |
Example
Last updated