adapters property
SET semantics, matching Diffusers set_adapters and
llama_set_adapters_lora: adapters becomes the complete active set and
anything not listed is detached.
Implementation
@$pb.TagNumber(2)
$pb.PbList<LoraAdapterConfig> get adapters => $_getList(1);