pub fn extract(msg: &Message) -> RelevanceMetaExpand description
Extract RelevanceMeta for a single chat-history entry.
Pure and fast: no LLM calls, no IO. Safe to call from
Session::add_message.
pub fn extract(msg: &Message) -> RelevanceMetaExtract RelevanceMeta for a single chat-history entry.
Pure and fast: no LLM calls, no IO. Safe to call from
Session::add_message.