struct LLM::CLI::Prompt::Response

Included Modules

Defined in:

llm-cli/prompt/response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def commands : Array(Command) #

[View source]
def criticism(*args, **options) #

[View source]
def criticism(*args, **options, &) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def empty?(*args, **options) #

[View source]
def empty?(*args, **options, &) #

[View source]
def plan #

[View source]
def reasoning(*args, **options) #

[View source]
def reasoning(*args, **options, &) #

[View source]
def speak(*args, **options) #

[View source]
def speak(*args, **options, &) #

[View source]
def text(*args, **options) #

[View source]
def text(*args, **options, &) #

[View source]
def thoughts : Thoughts #

[View source]