Zep.Graph.ThreadSummaries (Zep v1.0.0)

Copy Markdown View Source

Access to the thread summaries that have been folded into a user's or graph's knowledge graph (as distinct from Zep.Thread.get_summary/2, which returns a single thread's own rolling summary directly).

Summary

Functions

Lists thread summaries folded into a user's or graph's graph, paginated.

Functions

list(client_or_opts, opts \\ [])

@spec list(
  Zep.Client.t() | keyword(),
  keyword()
) :: {:ok, term()} | {:error, term()}

Lists thread summaries folded into a user's or graph's graph, paginated.