add markdown_to_tree

This commit is contained in:
zmtomorrow 2025-08-26 12:18:06 +01:00
parent fd70ef1acf
commit 82ad5e2651

View file

@ -268,8 +268,6 @@ if __name__ == "__main__":
if_summary=IF_SUMMARY,
summary_token_threshold=SUMMARY_TOKEN_THRESHOLD,
model=MODEL))
tree_structure=remove_fields(tree_structure, fields=['text'])
print('\n' + '='*60)
print('TREE STRUCTURE')