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
JavaScriptlangsmithindexTracerSession
Interface●Since v0.1

TracerSession

Copy
interface TracerSession

Properties

property
description: string
property
end_time: number

end_time is when the run ended (RFC3339 date-time). JSON null if the run has not finished yet.

property
extra: KVMap
property
id: string

id is the dataset example UUID.

property
name: string

name is the example's optional name.

property
reference_dataset_id: string

reference_dataset_id is the dataset UUID for the reference example, if any.

property
start_time: number

start_time is when the run started (RFC3339 date-time).

property
tenant_id: string
View source on GitHub