pub type LlmEntry = (String, Vec<u8>);
A single content entry for the LLM prompt: (label, sanitized_bytes).
(label, sanitized_bytes)