rtm_find_optimal_depth
Determine the optimal narrative traversal depth to achieve a specified recall length, using configurable branching and depth parameters for efficient narrative analysis.
Instructions
Find the optimal traversal depth to achieve a target recall length
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxBranchingFactor | No | Maximum number of child nodes (K parameter) | |
maxRecallDepth | No | Maximum depth for recall (D parameter) | |
targetRecallLength | Yes | Target number of clauses to recall | |
text | Yes | The narrative text to analyze | |
title | Yes | Title of the narrative |