The technique of dynamically adding relevant context or data into LLM prompts or agent workflows to improve accuracy and relevance.
More about Context Injection
Context Injection is a method for dynamically providing relevant data, retrieved knowledge, or situational context into the prompt or workflow of an LLM or agent. By using retrieval-augmented generation (RAG), tool use, or agent memory, context injection enhances the precision and usefulness of responses.
This technique is vital for applications such as LLM orchestration, enterprise automation, and multi-turn dialogue systems.