func RandomObservationsWithGPT(srv common.ChatServer, topic string) string { … } func NewStoryFollowupWithGPT(srv common.ChatServer, story string) string { … } func TimeOfDayCommentary(srv common.ChatServer) string { … } func WeatherCommentary(srv common.ChatServer, from, to string) string { … } func CyberwareCommentary(srv common.ChatServer, patron common.UserId, implant string) string { … }