class OpenAI::Message

Included Modules

Defined in:

openai/model.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(role : String, content : String) #

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

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def role : String #

[View source]
def role=(role : String) #

[View source]
def to_hash #

[View source]