A request to rewrite an article into a journalistic news format has been processed.,The output will be a JSON object containing the rewritten article, metadata, and keywords.The user has requested the rewriting of an article into a neutral, clear, and journalistic news format.
This process involves maintaining all original facts precisely as provided in the input, without inventing any new details, dates, numbers, quotes, or sources. Any minor inferred information, such as a missing timezone, will be kept generic and marked as “reported”, with a preference to avoid inference altogether.
The output is structured as a JSON object. The article content will be presented as plain text, with paragraphs separated by double newline characters (\n\n).
Specific fields within the JSON object include:
– `title`: The main title of the rewritten article.
– `summary`: An array of short, concise sentences summarizing the article.
– `content`: The full text of the rewritten article.
– `keywords`: An array of relevant keywords.
– `meta_title`: The title tag for search engines.
– `meta_description`: A brief description for search engines.
– `category`: A single, best-fitting category chosen from a predefined list.
The process also includes handling additional input fields provided for context, such as `source_url`, `image_url`, and `original_title`, though these are not explicitly part of the rewritten article’s main content.
The final output is strictly a JSON object, with no additional text or commentary outside of the JSON structure. If multiple JSON objects are requested, they will be consolidated into a single JSON array.
Leave a Reply