Help with python api command line utility

Hello,
anyone know how to use the command line utility described int he python api docs in the context of chat completions (message with both system and user) ?
this is the example for davinci completions
$ openai api completions.create -m text-davinci-003 -p “Say this is a test” -t 0 -M 7 --stream