The function takes a string input and returns a list of all the unique words in the input string.

For example, if the input string is "hello world", the function will return the list ["hello", "world"].

