addedInput schema / properties / suggestions / items / properties / content_type / description
Added value: +"Content classification: guest_story, technical_insight, market_landscape, business_strategy, hot_take"
addedInput schema / properties / suggestions / items / properties / context_line
Added value: +{
+ "description": "The question or setup that makes the clip land, in one line, for an editor to place. Nothing renders it yet, so it does NOT satisfy the standalone check: the clip range itself must still contain the setup.",
+ "type": "string"
+}
addedInput schema / properties / suggestions / items / properties / end_second / description
Added value: +"End timestamp in seconds"
addedInput schema / properties / suggestions / items / properties / payoff
Added value: +{
+ "description": "What the viewer walks away with. One sentence, second person, e.g. \"You learn why raising a seed round early cost them control of pricing.\" Not a description of the clip and not a restatement of the title.",
+ "type": "string"
+}
addedInput schema / properties / suggestions / items / properties / preview_text / description
Added value: +"The first sentence or two the viewer actually hears, verbatim from start_second. This is what the standalone check reads, so it has to be the real opening line, not a paraphrase."
addedInput schema / properties / suggestions / items / properties / reasoning / description
Added value: +"Why this earns 30 seconds of a stranger's attention"
addedInput schema / properties / suggestions / items / properties / score / description
Added value: +"Virality score (0-20). Sum of standalone + hook + relevance + quotability (each 1-5)."
changedInput schema / properties / suggestions / items / properties / segments / description
Previous value: -"Multi-cut keep-ranges. Omit for a single continuous clip."New value: +"Multi-cut keep-ranges within the clip. Use to cut out filler/tangents in the middle. Omit for a single continuous clip."
addedInput schema / properties / suggestions / items / properties / standalone
Added value: +{
+ "description": "What a viewer who never heard this episode must already know to follow the clip. Write \"nothing\" when the clip carries its own setup.",
+ "type": "string"
+}
addedInput schema / properties / suggestions / items / properties / start_second / description
Added value: +"Start timestamp in seconds. If the moment is an answer, move this back to include the question that prompted it."
addedInput schema / properties / suggestions / items / properties / suggested_caption_style / description
Added value: +"Recommended caption style for this clip"
addedInput schema / properties / suggestions / items / properties / title / description
Added value: +"Short catchy title for the clip"
changedInput schema / properties / suggestions / items / required
Previous value: -[
- "title",
- "start_second",
- "end_second",
- "reasoning"
-]New value: +[
+ "title",
+ "start_second",
+ "end_second",
+ "payoff",
+ "standalone",
+ "reasoning",
+ "preview_text"
+]