struct LLM::CLI::Chat::Message

Included Modules

Defined in:

llm-cli/chat.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def content : String #

[View source]
def role : Role #

[View source]