TracePage

org.llm4s.trace.store.TracePage
final case class TracePage(traces: List[Trace], nextCursor: Option[String])

A single page of traces returned by TraceStore.queryTraces.

Value parameters

nextCursor

opaque token to pass as TraceQuery.cursor for the next page; None if this is the last page

traces

traces on this page, sorted by start time ascending

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasNext: Boolean

true if there are more pages after this one.

true if there are more pages after this one.

Attributes

def isEmpty: Boolean

true if this page contains no traces.

true if this page contains no traces.

Attributes

def size: Int

Number of traces on this page.

Number of traces on this page.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product