Skip to main content

load_materialized_queued_prompts

Function load_materialized_queued_prompts 

Source
pub fn load_materialized_queued_prompts() -> Result<BTreeMap<String, Vec<MaterializedQueuedPrompt>>>
Expand description

Load only the durable prompt queues without deserializing transcript rows. Dashboard startup uses this path so work is proportional to queued prompts, not to the complete retained conversation history.