stopSequence property
Which of options.stop_sequences fired. Set only when finish_reason ==
FINISH_REASON_STOP_SEQUENCE. Industry: Anthropic stop_sequence,
llama.cpp stopping_word.
Implementation
@$pb.TagNumber(28)
$core.String get stopSequence => $_getSZ(19);
Implementation
@$pb.TagNumber(28)
set stopSequence($core.String value) => $_setString(19, value);