Zep.Schemas.BatchItem (Zep v1.0.0)

Copy Markdown View Source

A single item within a batch, as returned by Zep.Batch.list_items/2.

status is one of "pending", "queued", "processing", "succeeded", "failed", "skipped".

Summary

Types

t()

@type t() :: %Zep.Schemas.BatchItem{
  error: String.t() | nil,
  item_id: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil
}