Skip to main content

project

Function project 

Source
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).