Gleanex.Client.ChatResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ChatResponse{
  backendTimeMillis: integer() | nil,
  chat: Gleanex.Client.ChatMetadata.t() | nil,
  chatId: String.t() | nil,
  chatSessionTrackingToken: String.t() | nil,
  followUpPrompts: [String.t()] | nil,
  messages: [Gleanex.Client.ChatMessage.t()] | nil
}