pub fn project(
session: &Session,
policy: &ReductionPolicy,
prior: &ReductionLog,
) -> (Vec<ChatMessage>, ReductionLog)Expand description
Pure function of (session, policy, prior): the compatibility entry point
producing what the model sees (SPEC.md A5).