enum

Crig::Providers::Internal::OpenAICompatible::CompatibleFinishReason

Inherits Enum < Comparable < Value < Object

Constants

ToolCalls = 0
Other = 1

Instance methods

other?

Returns true if this enum value equals Other

Source
tool_calls?

Returns true if this enum value equals ToolCalls

Source