Gleanex.Platform.ChatCompletedResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatCompletedResponse

Summary

Types

t()

@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()
}