Selection strategies for prompts
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following selection strategies are planned but not yet active:
-
Size-first strategy—Sort prompts by token or character size and pick the top N prompts that fit within the configured budget.
-
Tag-filtered strategy—Use filename prefixes or embed lightweight front matter for categorization. This feature is planned for future releases.
-
Hybrid strategy—Apply a tag filter first, then enforce the size budget, and finally apply explicit priority ordering.
Current behavior
The current implementation returns every prompt with token estimates. Downstream agents can apply their own budgeting heuristics later.