options property

  1. @TagNumber.new(26)
LLMGenerationOptions get options

Canonical generation settings. When absent, commons applies its SDK defaults; callers that need explicit controls populate this message.

Implementation

@$pb.TagNumber(26)
$0.LLMGenerationOptions get options => $_getN(6);
  1. @TagNumber.new(26)
set options (LLMGenerationOptions value)

Implementation

@$pb.TagNumber(26)
set options($0.LLMGenerationOptions value) => $_setField(26, value);