Skip to main content

format_tree_for_llm_async

Function format_tree_for_llm_async 

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

Format a document tree asynchronously.