Context window
The context window is the token budget a model can consider in one call. It includes instructions, conversation history, retrieved passages, tool results, the user’s message, and room for the answer.
Tiny example
Section titled “Tiny example”system instructions 1,000 tokensconversation history 3,000 tokensretrieved evidence 8,000 tokensanswer allowance 2,000 tokenstotal 14,000 tokensWhat it is not
Section titled “What it is not”A large context window is not long-term memory, and fitting more text does not ensure the model will use every detail well.
FDE note
Section titled “FDE note”Set an explicit budget for every part of the request. Preserve the highest-value evidence and source metadata when trimming.