Versions in this module Expand all Collapse all v0 v0.2.0 Dec 5, 2023 v0.1.4 Dec 4, 2023 Changes in this version + const CHUNK_SIZE + var ErrCommandCreateFailed = errors.New("Unable to create the command object") + var ErrNoActiveTask = errors.New("no active task") + var GreetingWords = []string + var NameWords = []string + type MyAssistant struct + func New() *MyAssistant + func (a *MyAssistant) Response(text string) error + func (a *MyAssistant) SetSpeech(s *interfaces.Speech)