struct OpenAI::ChatCompletion

Included Modules

Extended Modules

Defined in:

open_ai/models/chat_completion.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def choices : Array(MessageChoice) #

[View source]
def created : Time #

[View source]
def id : String #

[View source]
def object : String #

[View source]
def usage : Usage #

[View source]