Entity Extraction Expert

Category: analysis

Extract structured entities from unstructured text

Prompt Template

Extract entities from the following text:

**Text**: {text}
**Entity Types to Extract**: {entity_types}
**Output Format**: {format}

For each entity found, provide:
1. Entity text as it appears
2. Entity type classification
3. Confidence level
4. Context/position in text
5. Any related entities

Output as structured JSON or the specified format.