enum

Crig::Providers::Anthropic::Citation::Kind

Inherits Enum < Comparable < Value < Object

Constants

CharLocation = 0
PageLocation = 1
ContentBlockLocation = 2
SearchResultLocation = 3
WebSearchResultLocation = 4
Unknown = 5

Instance methods

char_location?

Returns true if this enum value equals CharLocation

Source
content_block_location?

Returns true if this enum value equals ContentBlockLocation

Source
page_location?

Returns true if this enum value equals PageLocation

Source
search_result_location?

Returns true if this enum value equals SearchResultLocation

Source
unknown?

Returns true if this enum value equals Unknown

Source
web_search_result_location?

Returns true if this enum value equals WebSearchResultLocation

Source