type GPTResponse … func (g *GPTResponse) submitToGPT() { … } func FollowOnConversation(origratzmsg common.Message, userreply common.Message) string { … } func JumpIntoConversationWithGPT(m common.Message, overhear bool, knowledge string) { … }
type GPTResponse … func (g *GPTResponse) submitToGPT() { … } func FollowOnConversation(origratzmsg common.Message, userreply common.Message) string { … } func JumpIntoConversationWithGPT(m common.Message, overhear bool, knowledge string) { … }