customChatTemplate property

  1. @TagNumber.new(2)
VLMChatTemplate get customChatTemplate

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);
  1. @TagNumber.new(2)
set customChatTemplate (VLMChatTemplate value)

Implementation

@$pb.TagNumber(2)
set customChatTemplate(VLMChatTemplate value) => $_setField(2, value);