find_content_in_file_with_ai

Finds specific content in a file based on a given context prompt.

Arguments

Returns

Example

- name: find_content_in_file_with_ai
  arguments:
    path_to_file: '{{ controller_file }}'
    find_context_prompt: 'Find the controller definition for {{ controller_name }}'
  returns: controller_definition

Last updated