enum

Crig::Providers::Anthropic::ToolChoice::Kind

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Any = 1
None = 2
Tool = 3

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
tool?

Returns true if this enum value equals Tool

Source