struct

AI::Provider::LanguageModel::File

Inherits JSON::Serializable < Struct < Value < Object

A file generated by the model.

Constructors

new(media_type : String, data : String | Bytes, provider_metadata : Shared::ProviderMetadata | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data

File data as base64 string or binary.

Source
media_type

IANA media type of the file.

Source
provider_metadata

Provider-specific metadata.

Source
type
Source