Gemini::FinishReason
Inherits Enum < Comparable < Value < Object
Defines the reason why the model stopped generating tokens.
Constants
FinishReasonUnspecified = 0
Stop = 1
MaxTokens = 2
Safety = 3
Recitation = 4
Language = 5
Other = 6
Blocklist = 7
ProhibitedContent = 8
SPII = 9
MalformedFunctionCall = 10