Prompt
You are working in a news pipeline that validates incoming feed items before they are
published. Implement `is_valid_feed_item(item)` that returns `True` when the item is
a dict carrying usable `"title"`, `"url"`, and `"ts"` values, and `False` otherwise.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