Candidate.FinishReason


@IntDef(value = [0, 1])
annotation Candidate.FinishReason


Abschlussgrund für ein Candidate

Zusammenfassung

Konstanten

const Int

Das Modell hat das Tokenlimit erreicht.

const Int

Das Modell wurde erfolgreich fertiggestellt und beendet.

Öffentliche Konstruktoren

Konstanten

MAX_TOKENS

const val MAX_TOKENSInt

Das Modell hat das Tokenlimit erreicht.

STOPPEN

const val STOPInt

Das Modell wurde erfolgreich fertiggestellt und beendet.

Öffentliche Konstruktoren

FinishReason

FinishReason()