Expand description
Native Inkling chat renderer.
Inkling does not publish a Hugging Face chat_template. Its wire format is
a sequence of role and content-kind special tokens, so rendering it through
Jinja is both unnecessary and lossy. This formatter emits those special
token spellings as text; the consumer’s tokenizer turns them into the exact
token IDs before dispatching the request to the backend.