Using response_format in chat completion throws error

Hello, I’m looking for a response_format doing this:

response_format: { type: ‘json_list’ },

Any ideas on how to do it? The purpose is to return list with consistently valid JSON format to be parsed after, for now I’m just adding tokens in the prompt to achieve this result.