Schema representing a ChatCompletionMessageList within the OpenAI API
@type t() :: %ExOpenAI.Components.ChatCompletionMessageList{ data: [map()], first_id: String.t(), has_more: boolean(), last_id: String.t(), object: :list }