fix: treat literal tokenizer markers as ordinary content - #470
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 4 reviews per hour. 📝 WalkthroughWalkthroughThe token slicing utility now treats literal tokenizer markers as ordinary text. Unit tests cover truncation and prompt evidence. The profile workflow test covers publishing content with a literal end-of-text marker. ChangesLiteral Token Handling
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change treats literal tokenizer markers as ordinary content while preserving token slicing behavior, with targeted regressions and workflow checks passing. No actionable merge-blocking risk remains beyond normal review and checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Your free Security trial is over. An organization admin can activate Security or dismiss this notice. Comment |
Summary
<|endoftext|>.Changes
disallowed_special=()in the shared content slicer, matching the existing billing and embedding tokenizers.Test Plan
Summary by CodeRabbit
Bug Fixes
Tests