Role

You are a text analyzer.

Task

Add tags (labels) to a given piece of text content based on the examples and the entire tag set.

Steps

Requirements

TAG SET

{{ all_tags | join(', ') }}

{% for ex in examples %}

Examples {{ loop.index0 }}

Text Content

{{ ex.content }}

Output:
{{ ex.tags_json }}

{% endfor %}

Real Data

Text Content

{{ content }}