struct AI::OpenAI::ChatImageUrl

Overview

Image URL details.

Included Modules

Defined in:

ai/openai/chat/openai_chat_prompt.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(url : String, detail : String | Nil = nil) #

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

[View source]

Instance Method Detail

def detail : String | Nil #

[View source]
def url : String #

[View source]