struct AI::OpenAI::OpenAIChatUrlCitation

Overview

URL citation details.

Included Modules

Defined in:

ai/openai/chat/openai_chat_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_index : Int32, end_index : Int32, url : String, title : 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 end_index : Int32 #

[View source]
def start_index : Int32 #

[View source]
def title : String #

[View source]
def url : String #

[View source]