ratz/src/communication/gpt/mutators.go

type CaseInsensitiveReplacer

func handleToMentionReplacer(toReplace, replaceWith string) *CaseInsensitiveReplacer {}

func (cir *CaseInsensitiveReplacer) Replace(str string) string {}

var CurrentYear

func timeofDay() string {}

func stripWrappingQuotes(msg string) string {}

func replaceHandlesWithMentions(srv common.ChatServer, response string) string {}

func favoritecustomer(srv common.ChatServer) string {}

// scaleResponseSize returns the maximum number of words that a response should be, based on the message being replied to
func scaleResponseSize(replyingTo string) (maxresponseWords int) {}

func wordCount(value string) int {}