type property
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);
Implementation
@$pb.TagNumber(4)
set type($core.String value) => $_setString(3, value);