ratz/src/communication/gpt/conversation.go

type GPTResponse

func (g *GPTResponse) submitToGPT() {}

func FollowOnConversation(origratzmsg common.Message, userreply common.Message) string {}

func JumpIntoConversationWithGPT(m common.Message, overhear bool, knowledge string) {}