abstract class Anthropic::MessageContent

Included Modules

Extended Modules

Direct Known Subclasses

Defined in:

message_content.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cache_control : CacheControl | Nil #

[View source]
def cache_control!(cache_control : CacheControl | Nil = CacheControl.new) : self #

[View source]
def cache_control=(cache_control : CacheControl | Nil) #

[View source]
def no_cache_control! : self #

[View source]
abstract def type : String #

[View source]