Full AWS Practitioner Certification Question

You are using GitHub Copilot to write a Python script that parses large XML files and extracts specific data based on user input. You need a function that minimizes memory usage, but Copilot's suggestions load the entire file at once. Which prompt adjustment is most likely to guide Copilot toward a memory-efficient solution?