llama.cpp
a115a35d - Add p.until_max() for length-limited string parsing in XML-style formats

Commit
142 days ago
Add p.until_max() for length-limited string parsing in XML-style formats Implements length-limited `until` parser that excludes delimiters while constraining maximum character count. Generates O(max_length) grammar rules with proper delimiter exclusion trie. Updates Seed-OSS parser to use until_max for string parameters with maxLength schema constraint, enabling required parameter enforcement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
Parents
Loading