Property ChatTemplateSupported
ChatTemplateSupported
Whether minja parsed the model's own Jinja template. False is not a guess:
TokenizerImpl::LoadChatTemplate returns OK with only a warning when it cannot, so the
failure would otherwise surface mid-sentence on a user's first message.
public bool ChatTemplateSupported { get; init; }