Render a classified DateIntent as a short natural-language advisory hint for the
question-decomposition planner (expandQuestionWithLLM). Returns '' for none (no
temporal reference) so non-temporal questions get byte-identical planner input.
Deliberately ABSTRACT: it describes the SHAPE of the time window, never a concrete date —
the concrete window is grounded downstream against referenceInstant. The hint is advisory;
it tells the planner to trust the question wording on conflict, so a misclassification stays
overridable instead of poisoning the plan.
Render a classified DateIntent as a short natural-language advisory hint for the question-decomposition planner (
expandQuestionWithLLM). Returns''fornone(no temporal reference) so non-temporal questions get byte-identical planner input.Deliberately ABSTRACT: it describes the SHAPE of the time window, never a concrete date — the concrete window is grounded downstream against
referenceInstant. The hint is advisory; it tells the planner to trust the question wording on conflict, so a misclassification stays overridable instead of poisoning the plan.