class ChatGPT::SystemCommand

Defined in:

chatgpt/system_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def history : Array(String) #

[View source]
def last_command : String #

[View source]
def last_stderr : String #

[View source]
def last_stdout : String #

[View source]
def try_run(input_message) #

[View source]