struct LLM::CLI::Prompt::Response::Thoughts

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 criticism : String | Nil #

[View source]
def plan : String | Array(String) | Nil #

GPT3.5 sometimes returns an array


[View source]
def reasoning : String | Nil #

[View source]
def speak : String | Nil #

[View source]
def text : String #

[View source]