class ChatGPT::Magic::Clear

Defined in:

chatgpt/magic/clear.cr

Constructors

Instance Method Summary

Instance methods inherited from class ChatGPT::Magic::Base

data(*args, **options)
data(*args, **options, &)
data
, data=(arg) data=, description : String description, name : String name, patterns : Array(Regex) patterns, response_data(*args, **options)
response_data(*args, **options, &)
response_data
, run(dummy)
run
run
, sender : Magic sender, total_tokens=(arg) total_tokens=, try_run(command) : Bool try_run

Constructor methods inherited from class ChatGPT::Magic::Base

new(sender : Magic) new

Instance methods inherited from module ChatGPT::Launcher

open_browser(file_name) open_browser, open_editor(file_name) open_editor

Constructor Detail

def self.new(sender) #

[View source]

Instance Method Detail

def run #

[View source]