interface RunTreeConfigattachments maps each attachment file name to a pre-signed HTTPS download URL.
The LangSmith client to use.
dotted_order is the hierarchical ordering key for trace trees.
end_time is when the run ended (RFC3339 date-time). JSON null if the run has
not finished yet.
JSON body of the response that caused the error
id is the dataset example UUID.
inputs is the example input payload (arbitrary JSON object).
metadata is arbitrary user-defined JSON metadata on the example.
name is the example's optional name.
outputs is the example reference-output payload (arbitrary JSON object).
reference_example_id is the dataset example UUID this run was compared
against, if any.
Projects to replicate this run to with optional updates.
run_type identifies what kind of operation this run represents (for example an
LLM call, a tool invocation, or a chain step). See the RunType enum for
allowed values.
start_time is when the run started (RFC3339 date-time).
trace_id is the root trace UUID; for a root run it matches id.
Whether to enable tracing.