Piotr Wilkin (ilintar)

Results 77 comments of Piotr Wilkin (ilintar)

> Sounds good. I wrote a few tests here and there, but I have found it incredibly valuable implementing models to see what works well. > > I did rename...

@aldehir Aight, refactoring done, seems all's well: ```console ==== TEST SUMMARY ==== tests : 67 assertions : 267 failures : 0 exceptions : 0 ====================== ```

All right, I wrote a couple of helpers + refactored the Qwen3 example parser to use those helpers, let me know what you think - I believe those helpers will...

@aldehir Yeah, I split off the helper as a subclass of the main builder, will add any further helpers there, should avoid overfilling the main parser class. I also reverted...

Aight, Minimax M2 and Seed-OSS are up. With the first one, I did a stupid mistake of doing different tool definitions from tool calls, so couldn't get a proper parse,...

Yeah, was thinking something similar, either add an extra property or make the rule name itself structured somehow (as in "category" and "name").

Alright, I added some stuff. Besides doing a temporary workaround for the double-event problem (I renamed `arg-string-content` to `arg-str-content` to fix the double match): * I added an option for...