enum

Crig::Providers::Cohere::Source::Kind

Inherits Enum < Comparable < Value < Object

Constants

Document = 0
Tool = 1

Instance methods

document?

Returns true if this enum value equals Document

Source
tool?

Returns true if this enum value equals Tool

Source