n property

  1. @BuiltValueField(wireName: r'n')
int? n

How many chat completion choices to generate for each input message.

Implementation

@BuiltValueField(wireName: r'n')
int? get n;