pub async fn format_tree_for_llm_async(
tree: &DocumentTree,
max_depth: usize,
max_tokens: usize,
) -> StringExpand description
Format a document tree asynchronously.
pub async fn format_tree_for_llm_async(
tree: &DocumentTree,
max_depth: usize,
max_tokens: usize,
) -> StringFormat a document tree asynchronously.