Ask a question to get started
Enter to sendā¢Shift+Enter new line
build_tree( runs: List[Dict[str, Any]], ) -> Dict[
Builds a nested dictionary from a list of runs. :param runs: The list of runs to build the tree from. :return: The nested dictionary representing the langchain Run in a tree structure compatible with WBTraceTree.