Back to browse
Extraction Patterns
Extract entities from the text as JSON: { "people": [{"name": "string", "role": "string"}], "organizations": ["string"], "locations": ["string"], "dates": ["st…
Added May 19, 20260 views0 copies
Prompt
Extract entities from the text as JSON:
{
"people": [{"name": "string", "role": "string"}],
"organizations": ["string"],
"locations": ["string"],
"dates": ["string"],
"monetary_values": [{"amount": "number", "currency": "string"}]
}
Text: {input_text}Replace text in [BRACKETS] with your own values before pasting.