Definition: The design and management of the information that is placed into the model’s Context at each stage to improve Agent performance.
Simply put: The question isn’t only “What Prompt should I write?”; you also need to decide exactly what information the model should see and when it should see it.
Examples:
- Give the model only the files relevant to a bug.
- Remove old and unnecessary information.
- Retrieve database-related information from Memory when needed.