pub fn observation_context(
transcript: &str,
session_id: SessionId,
turn_id: TurnId,
now: DateTime<Utc>,
speaker: SpeakerAttribution,
) -> ObservationExtractionContextExpand description
A turn’s worth of context, for callers driving the extractors directly.