enum

Crig::Providers::Anthropic::ContentDeltaKind

Inherits Enum < Comparable < Value < Object

Constants

TextDelta = 0
InputJsonDelta = 1
ThinkingDelta = 2
SignatureDelta = 3
CitationsDelta = 4
Unknown = 5

Instance methods

citations_delta?

Returns true if this enum value equals CitationsDelta

Source
input_json_delta?

Returns true if this enum value equals InputJsonDelta

Source
signature_delta?

Returns true if this enum value equals SignatureDelta

Source
text_delta?

Returns true if this enum value equals TextDelta

Source
thinking_delta?

Returns true if this enum value equals ThinkingDelta

Source
unknown?

Returns true if this enum value equals Unknown

Source