enum

Crig::Providers::Cohere::ToolResultContent::Kind

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Document = 1

Instance methods

document?

Returns true if this enum value equals Document

Source
text?

Returns true if this enum value equals Text

Source