PhoenixAI.Conversation (PhoenixAI v0.3.1)

Copy Markdown View Source

Stub for a conversation holding an ordered list of messages. (Phase 4)

Summary

Types

t()

@type t() :: %PhoenixAI.Conversation{
  id: String.t() | nil,
  messages: [PhoenixAI.Message.t()],
  metadata: map()
}