class ChatGPT::Magic::Base
- ChatGPT::Magic::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
- ChatGPT::Magic::Cd
- ChatGPT::Magic::Clear
- ChatGPT::Magic::Config
- ChatGPT::Magic::Copy
- ChatGPT::Magic::Debug
- ChatGPT::Magic::Edit
- ChatGPT::Magic::Help
- ChatGPT::Magic::History
- ChatGPT::Magic::Html
- ChatGPT::Magic::List
- ChatGPT::Magic::Load
- ChatGPT::Magic::Model
- ChatGPT::Magic::Response
- ChatGPT::Magic::Resume
- ChatGPT::Magic::Save
- ChatGPT::Magic::Shift
- ChatGPT::Magic::System
- ChatGPT::Magic::Tokens
- ChatGPT::Magic::Undo
- ChatGPT::Magic::Webapp
- ChatGPT::Magic::Write
Defined in:
chatgpt/magic/base.crConstructors
Instance Method Summary
- #data(*args, **options)
- #data(*args, **options, &)
- #data=(arg)
- #description : String
- #name : String
- #patterns : Array(Regex)
- #response_data(*args, **options)
- #response_data(*args, **options, &)
- #run(dummy)
- #run
- #sender : Magic
- #total_tokens=(arg)
- #try_run(command) : Bool