type property

  1. @TagNumber.new(4)
String get type

Discriminator for OpenAI-compatible flows ("function" is the only value at the moment). Empty = unset.

Implementation

@$pb.TagNumber(4)
$core.String get type => $_getSZ(3);
  1. @TagNumber.new(4)
set type (String value)

Implementation

@$pb.TagNumber(4)
set type($core.String value) => $_setString(3, value);