diff --git a/movie.go b/movie.go index 5128c145..21fcbd73 100644 --- a/movie.go +++ b/movie.go @@ -34,7 +34,7 @@ func addMovieLookup() { AddFuncLookup("movie", Info{ Display: "Movie", Category: "movie", - Description: "Random Movie data set", + Description: "A story told through moving pictures and sound", Example: `{ "name": "Psycho", "genre": "Mystery" @@ -49,7 +49,7 @@ func addMovieLookup() { AddFuncLookup("moviename", Info{ Display: "Movie Name", Category: "movie", - Description: "Random movie name", + Description: "Title or name of a specific film used for identification and reference", Example: "The Matrix", Output: "string", Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) { @@ -60,7 +60,7 @@ func addMovieLookup() { AddFuncLookup("moviegenre", Info{ Display: "Genre", Category: "movie", - Description: "Random movie genre", + Description: "Category that classifies movies based on common themes, styles, and storytelling approaches", Example: "Action", Output: "string", Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {