A human-readable name for the run.
Specifies the type of run (tool, chain, llm, etc.).
Optional
child_Optional
dotted_The dotted order for the run.
This is a string composed of {time}{run-uuid}.* so that a trace can be sorted in the order it was executed.
Example:
Optional
end_The epoch time at which the run ended, if applicable.
Optional
errorError message, captured if the run faces any issues.
Optional
eventsEvents like 'start', 'end' linked to the run.
Optional
extraAny additional metadata or settings for the run.
Optional
idOptionally, a unique identifier for the run.
Optional
outputsOutputs produced by the run, if any.
Optional
parent_ID of a parent run, if this run is part of a larger operation.
Optional
reference_ID of an example that might be related to this run.
Optional
revision_Optional
serializedSerialized state of the run for potential future use.
Optional
session_Optional
start_The epoch time at which the run started, if available.
Optional
tagsTags for further categorizing or annotating the run.
Optional
trace_Unique ID assigned to every run within this nested trace. *
Inputs that were used to initiate the run.