TraceIdJson

org.llm4s.trace.model.TraceModelJson.TraceIdJson
implicit class TraceIdJson(val traceId: TraceId)

Extension methods that add JSON serialisation to TraceId values.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toJson: Value

Serialises this trace identifier to a JSON string value.

Serialises this trace identifier to a JSON string value.

Attributes

Returns

A ujson.Str containing the trace ID string.

Concrete fields