enum

Crig::Providers::OpenAI::TruncationStrategy

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Disabled = 1

Constructors

from_wire(value : String) : self
Source

Instance methods

auto?

Returns true if this enum value equals Auto

Source
disabled?

Returns true if this enum value equals Disabled

Source
to_wire
Source