pub fn format_tree_for_llm(
tree: &DocumentTree,
max_depth: usize,
max_tokens: usize,
) -> StringExpand description
Format a document tree for LLM consumption.
pub fn format_tree_for_llm(
tree: &DocumentTree,
max_depth: usize,
max_tokens: usize,
) -> StringFormat a document tree for LLM consumption.