Render and RenderChat in the Tokenizer interface return ([]uint32, []types.Offset, error), but since switching to the renderer service (#461) these methods always return nil offsets. The offset return value is now dead weight — all callers already discard it with _.
Should drop []types.Offset from both signatures in the interface and all implementations (UdsTokenizer, CachedTokenizer, CompositeTokenizer, mocks).
RenderandRenderChatin theTokenizerinterface return([]uint32, []types.Offset, error), but since switching to the renderer service (#461) these methods always returnniloffsets. The offset return value is now dead weight — all callers already discard it with_.Should drop
[]types.Offsetfrom both signatures in the interface and all implementations (UdsTokenizer,CachedTokenizer,CompositeTokenizer, mocks).