What is a context window?medium
Answer
It is the maximum amount of text the model can consider at once.
Explanation
Inputs, retrieved context, instructions, conversation history, and outputs all consume context, so long tasks need careful context management.
Follow-upHow do you handle documents longer than the context window?