Skip to main content

format_tree_for_llm

Function format_tree_for_llm 

Source
pub fn format_tree_for_llm(
    tree: &DocumentTree,
    max_depth: usize,
    max_tokens: usize,
) -> String
Expand description

Format a document tree for LLM consumption.