Which part of the Einstein Trust Layer architecture leverages an organization's own data within a large language model (LLM) prompt to confidently return relevant and accurate responses?
Show answer and explanation
Correct answer: C. Dynamic Grounding
Dynamic Grounding in the Einstein Trust Layer architecture ensures that LLM prompts are enriched with organization specific data, such as Salesforce records and Knowledge articles, to generate accurate and relevant responses. By dynamically injecting contextual data into prompts, it reduces hallucinations and aligns outputs with trusted business data. Prompt Defense focuses on blocking malicious inputs or prompt injections but does not enhance responses with organizational data, and Data Masking redacts sensitive information but does not contribute to grounding responses in business context.