Few-shot dataset JSONL¶
podcast rss-examples and podcast cms-examples write JSONL files where each line is a JSON object. The format uses
version: 1 for the current schema.
RSS-only fields¶
description_html(string): normalized HTML from the RSS<description>or<content:encoded>tag.guid(string or null): RSS GUID.feed_url(string): RSS feed URL used to fetch the data.
CMS-only fields¶
description_html(string or null): normalized HTML from the CMS description field.shownotes_html(string or null): normalized HTML from the CMS shownotes field.tags(list of strings): tags or categories for the episode.slug(string or null): page slug.page_id(string or null): CMS page id.api_url(string): API URL used to fetch the data.
Example record¶
{"api_url":"https://example.com/api/v2/pages/?type=podcast.EpisodePage","description_html":null,"example_id":"cms_ab12cd34ef56","input":"Title: Episode Title\nSummary: Short summary.","link":"https://example.com/episodes/episode-title/","output":"<p>Show notes</p>","page_id":"123","published":"2024-05-01T10:00:00Z","shownotes_html":"<p>Show notes</p>","slug":"episode-title","source":"cms","summary":"Short summary.","tags":["automation","podcasting"],"title":"Episode Title","version":1}