stopSequence property

  1. @TagNumber.new(28)
String get stopSequence

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);
  1. @TagNumber.new(28)
set stopSequence (String value)

Implementation

@$pb.TagNumber(28)
set stopSequence($core.String value) => $_setString(19, value);