FunctionsSpeechAnonymizeSpeechAnonymize CallableSpeechAnonymize(msg: string, characters: readonly Character[]): stringAnonymize character names from a string, replacing them with "Someone". Used as part of sensory-deprivation processing.Parametersmsg: stringcharacters: readonly Character[]Returns string
Anonymize character names from a string, replacing them with "Someone".
Used as part of sensory-deprivation processing.