Back to glossary
AI GLOSSARY
Context
Large Language Model (LLM) Terms
All the information available to a language model when generating a response, including the conversation history, system prompt, user input, and any retrieved documents. The model can only work with what is in its context, and managing it effectively is one of the most important skills in working with language models.
See also: context window, prompt, retrieval-augmented generation.