rtm_traverse_narrative
Traverse narrative trees at specified depths to extract summaries at varying abstraction levels. Control traversal depth, branching factor, and recall depth to analyze narrative content systematically and gain insights at different levels of detail.
Instructions
Traverse a narrative tree at different depths to get summaries at varying abstraction levels
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxBranchingFactor | No | Maximum number of child nodes (K parameter) | |
maxRecallDepth | No | Maximum depth for recall (D parameter) | |
text | Yes | The narrative text to traverse | |
title | Yes | Title of the narrative | |
traversalDepth | Yes | Depth to traverse in the tree (controls abstraction level) |