find_content_in_file_with_ai
Last updated
Last updated
Name | Type | Description | Required |
---|---|---|---|
Type | Description |
---|---|
path_to_file
string
The path to the file where the content needs to be found. The path should be relative to the project root.
find_context_prompt
prompt
The prompt describing what content to find in the file.
results_as_array
boolean
Whether to return the results as an array of strings. Defaults to false
prompt, prompt array
The specific content found in the file.