The example input now demonstrates every output. With the previous
prefill (outputFormats: ["text"], chunkForRag: false) a first run left
the Subtitles and RAG chunks views on the Output tab completely
empty — two of four tabs, on the screen a user reaches immediately after
being charged. Nothing was broken: those fields are correctly conditional on
input. It simply looked broken, which is the same problem the ?clean=true
defect caused in 0.1.7 wearing different clothes.
The prefill now requests text, srt and vtt and enables RAG chunking, so
the demo run — and the daily platform health check, which runs the same
input — populates all four views.
API behaviour is unchanged. prefill drives only the pre-populated form
and the health check. What a caller who omits a field receives is governed by
default, which is deliberately untouched: outputFormats still defaults to
["text"] and chunkForRag to false. No integration changes shape and no
billing changes — charging is per minute of detected speech either way.
Guarded by test_prefill_exercises_every_dataset_view, confirmed to fail on
the previous configuration.