Browse AI Workflows & Automation Section 3: Data Processing

Data Enrichment Prompt

7 fill-in slots · from The AI Prompt Handbook for AI Workflows & Automation

Your details

0/7 filled

Data Enrichment Prompt

Enrich this data with additional information:

ORIGINAL DATA:
[The data to enrich]

ENRICHMENT TASKS:
1. [What to add: e.g., "Categorize by industry"]
2. [What to add: e.g., "Extract sentiment"]
3. [What to add: e.g., "Identify key entities"]

OUTPUT FORMAT:
{
  "original": { ... },
  "enrichments": {
    "category": "value",
    "sentiment": "value",
    "entities": [...]
  },
  "confidence": {
    "category": 0.0-1.0,
    "sentiment": 0.0-1.0
  }
}

QUALITY THRESHOLDS:
- If confidence < 0.7, mark as "uncertain"
- If unable to determine, use null not guess

CONSISTENCY:
- Use these predefined categories: [list]
- Use this sentiment scale: [positive, neutral, negative]

Highlighted [slots] are still empty. Downloads are plain .txt — paste into any AI assistant.