📄️ template
Prompt defines the prompt sent to AI Models.
📄️ context
When executing prompts on AI Models, their knowledge is limited to the knowledge they were trained on, usually a wide general source like Wikipedia.
📄️ validation
Use Validation to validate or filter out unwanted content from the prompt. It's primarly used for DLP (Data Leakage Prevention), PII (Personal Identifiable Information), Profanity filtration etc.