Prompt
You are working in a news pipeline that pulls stories from several feeds. Implement
`dedupe_articles(articles)` that takes a list of article dicts (each has a `"url"`
key) and returns the list with duplicate stories removed, keeping the first
occurrence. The same story often arrives from different feeds with slightly
different URLs.when to use it
Community prompt sourced from the open-source GitHub repo artttj/quote-before-code (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
artttj/quote-before-code · MIT