Commit Graph

4 Commits

Author SHA1 Message Date
4556945525 fix: V4 parser instance attrs shadowed by V3.2 __init__
V3.2 __init__ sets self.tool_call_start_token and self.tool_call_end_token
as instance attributes with function_calls tag values, shadowing the V4
class-level attributes that use tool_calls tags. Re-assign after super().
2026-04-25 23:14:37 +00:00
8520a27c06 moar 2026-04-25 13:06:33 +00:00
05cbcf71f4 freshen it all up 2026-04-25 07:33:54 +00:00
7a27871402 fix deepseeks bullshit parser 2026-04-25 02:25:04 +00:00