struct AI::OpenAI::ChatContentPartFile

Overview

File content part in user messages.

Included Modules

Defined in:

ai/openai/chat/openai_chat_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_data(filename : String, file_data : String) : ChatContentPartFile #

[View source]
def self.from_id(file_id : String) : ChatContentPartFile #

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

[View source]
def self.new(file : ChatFileData | ChatFileId) #

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

[View source]

Instance Method Detail

def file : ChatFileData | ChatFileId #

[View source]
def type : String #

[View source]