Run Truth

Run truth is the authoritative record of what happened in an execution: persisted snapshots, steps, and traces, not just the final assistant string.

getOrchestrationRunDetail / runs.ts assembles contract trace sections (rendered prompt, variables, tool-bound inputs, structured output, provider response) from input_snapshot, output_snapshot, and steps - see buildRunContractTrace.

Why it matters

Run truth lets teams prove which version ran, which tools fired, and whether output matched contracts - critical for audits, debugging, and reliability.

See also

Was this page helpful?