enum

Crig::Providers::Mistral::ToolChoice

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
None = 1
Any = 2

Constructors

from_core(value : Crig::Completion::ToolChoice) : self
Source

Instance methods

any?

Returns true if this enum value equals Any

Source
auto?

Returns true if this enum value equals Auto

Source
none?

Returns true if this enum value equals None

Source