Documentation
¶
Index ¶
- type AI
- func (ai *AI) Cleanup()
- func (ai *AI) ClearCurrent()
- func (ai *AI) CopyLastResponse()
- func (ai *AI) Entries(term string) []*util.Entry
- func (ai *AI) General() *config.GeneralModule
- func (ai *AI) Refresh()
- func (ai *AI) ResumeLastMessages()
- func (ai *AI) RunLastMessageInTerminal()
- func (ai *AI) Setup() bool
- func (ai *AI) SetupData()
- func (ai *AI) SpecialFunc(args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AI ¶
type AI struct {
// contains filtered or unexported fields
}
func (*AI) ClearCurrent ¶
func (ai *AI) ClearCurrent()
func (*AI) CopyLastResponse ¶
func (ai *AI) CopyLastResponse()
func (*AI) General ¶
func (ai *AI) General() *config.GeneralModule
func (*AI) ResumeLastMessages ¶
func (ai *AI) ResumeLastMessages()
func (*AI) RunLastMessageInTerminal ¶
func (ai *AI) RunLastMessageInTerminal()
func (*AI) SpecialFunc ¶
func (ai *AI) SpecialFunc(args ...interface{})
Click to show internal directories.
Click to hide internal directories.