Ask a question to get started
Enter to sendā¢Shift+Enter new line
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.
build_tree( runs: List[Dict[str, Any]], ) -> Dict[str, Any]