struct OpenAI::Engine

Included Modules

Defined in:

openai/engine.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, owner : String, ready : Bool) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, owner _owner = @owner, ready _ready = @ready) #

[View source]
def id : String #

def owner : String #

def ready : Bool #