enum

Crig::Providers::OpenAI::ReasoningEffort

Inherits Enum < Comparable < Value < Object

Constants

None = 0
Minimal = 1
Low = 2
Medium = 3
High = 4
Xhigh = 5

Constructors

from_wire(value : String) : self
Source

Instance methods

high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
medium?

Returns true if this enum value equals Medium

Source
minimal?

Returns true if this enum value equals Minimal

Source
none?

Returns true if this enum value equals None

Source
to_wire
Source
xhigh?

Returns true if this enum value equals Xhigh

Source