Crig::Providers::Gemini::FinishReason
Inherits Enum < Comparable < Value < Object
Constants
FinishReasonUnspecified = 0
Stop = 1
MaxTokens = 2
Safety = 3
Recitation = 4
Language = 5
Other = 6
Blocklist = 7
ProhibitedContent = 8
Spii = 9
MalformedFunctionCall = 10
UnexpectedToolCall = 11
MissingThoughtSignature = 12
TooManyToolCalls = 13
MalformedResponse = 14
Constructors
new(pull : JSON::PullParser)
Source