enum

Crig::Providers::Cohere::AssistantContent::Kind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Thinking = 1

Instance methods

text?

Returns true if this enum value equals Text

Source
thinking?

Returns true if this enum value equals Thinking

Source