Provides struct and type for a ChatCompletedResponse
Summary
Types
@type t() :: %Gleanex.Platform.ChatCompletedResponse{ conversation_id: String.t() | nil, created_at: DateTime.t(), id: String.t(), object: String.t(), output: [Gleanex.Platform.ChatOutputMessage.t()], request_id: String.t(), status: String.t(), store: boolean() }