label_news_text
Add AI-generated content disclosure labels to news articles and public interest text, satisfying EU AI Act Article 50(4) compliance.
Instructions
Add AI-generated content disclosure to news articles and public interest text.
This tool implements EU AI Act Article 50(4) compliance for AI-generated text published as news, journalism, or public interest content.
Args: text_content: The AI-generated or AI-assisted text content has_human_editor: Whether a human editor reviewed the content (exemption qualifier) editor_name: Name of the human editor (if applicable) language: Language code (en, es, fr, de). Default: "en"
Returns: Dictionary containing the labeled text with disclosure and compliance info
Example: label_news_text( text_content="AI generated article...", has_human_editor=True, editor_name="Jane Doe", language="en" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| editor_name | No | ||
| text_content | Yes | ||
| has_human_editor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |