Skip to main content

LlmEntry

Type Alias LlmEntry 

Source
pub type LlmEntry = (String, Vec<u8>);
Expand description

A single content entry for the LLM prompt: (label, sanitized_bytes).