LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesTracerSession
Interface●Since v0.8

TracerSession

TracerSession schema.

Copy
interface TracerSession

Properties

property
completion_cost: string | null
property
completion_tokens: number | null
property
default_dataset_id: string | null

Body param

property
description: string | null
property
end_time: string | null
property
error_rate: number | null
property
experiment_progress: ExperimentProgress | null
property
extra: __type | null
property
feedback_stats: __type | null
property
first_token_p50: number | null
property
first_token_p99: number | null
property
id: string
property
last_run_start_time: string | null
property
last_run_start_time_live: string | null
property
latency_p50: number | null
property
latency_p99: number | null
property
name: string
property
prompt_cost: string | null
property
prompt_tokens: number | null
property
reference_dataset_id: string | null
property
run_count: number | null
property
run_facets: __type[] | null
property
session_feedback_stats: __type | null
property
start_time: string
property
streaming_rate: number | null
property
tenant_id: string
property
test_run_number: number | null
property
total_cost: string | null
property
total_tokens: number | null
property
trace_tier: "longlived" | "shortlived" | null
View source on GitHub