struct AI::OpenAI::ChatFileData

Overview

File data (base64 encoded).

Included Modules

Defined in:

ai/openai/chat/openai_chat_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, file_data : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def file_data : String #

[View source]
def filename : String #

[View source]