customChatTemplate property
Live end-to-end (commons converts it, llama.cpp applies it); it is simply not surfaced by the v3 facades yet.
Implementation
@$pb.TagNumber(2)
VLMChatTemplate get customChatTemplate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set customChatTemplate(VLMChatTemplate value) => $_setField(2, value);