A city parks desk pastes a weather-service bulletin into a helper that must return a short trail-closure checklist. Which application sequence should the developer implement?
Select an answer to reveal the explanation.
Short Explanation
Pasted bulletin in, short trail-closure checklist out. Load the text, fill an extract-closures template, parse the model fields into items. That is application wiring, not a retraining job, an embedding-only index, or a raw tokenizer script.
Full Explanation
Document analysis in application code is a short pipeline: accept the pasted text, fill a task-specific prompt template, call the model, and parse the returned fields into a checklist. That is software orchestration, not a Domain 1 lesson about conditioning a decoder on a document. Retraining on every bulletin treats a paste box as a training job. Skipping the chain or calling the step an index-design problem leaves the parks desk without an application path.