Class DeltaChoice
java.lang.Object
nl.dannyj.mistral.models.completion.DeltaChoice
Represents a choice of a streamed message chunk in a completion. A choice contains the message that was generated and the reason for the completion to finish.
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaChoice
(int index, Message message, String finishReason, String logProbs) -
Method Summary
-
Constructor Details
-
DeltaChoice
-
DeltaChoice
public DeltaChoice()
-
-
Method Details
-
getIndex
public int getIndex()The index of the choice. Starts at 0.- Returns:
- the index of the choice
-
getMessage
The message that was generated.- Returns:
- the message that was generated
-
getFinishReason
Reason for the completion to finish.- Returns:
- the reason for the completion to finish
-
getLogProbs
-
toString
-