enum

Crig::Providers::XAI::Content::Kind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Array = 1

Instance methods

array?

Returns true if this enum value equals Array

Source
text?

Returns true if this enum value equals Text

Source