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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithschemasTracerSessionResult
Interface●Since v0.0

TracerSessionResult

Copy
interface TracerSessionResult

Bases

TracerSession

Properties

property
completion_tokens: number

Number of tokens generated in the completion.

property
description: string
property
end_time: number

The epoch time at which the run ended, if applicable.

property
extra: KVMap

Any additional metadata or settings for the run.

property
feedback_stats: Record<string, unknown>
property
id: string

Unique identifier (UUID). Remains constant even if name changes.

property
last_run_start_time: number
property
latency_p50: number
property
latency_p99: number
property
name: string

Display name (can be updated).

property
prompt_tokens: number

Number of tokens used in the prompt.

property
reference_dataset_id: string
property
run_count: number
property
run_facets: KVMap[]
property
start_time: number

The epoch time at which the run started, if available.

property
tenant_id: string

The ID of the tenant associated with the annotation queue.

property
total_tokens: number

Total token count, combining prompt and completion.

Inherited fromTracerSession

Properties

Pdescription: string | nullPend_time: number
—

The epoch time at which the run ended, if applicable.

Pextra: KVMap
—

Any additional metadata or settings for the run.

Pid: string
—

Unique identifier (UUID). Remains constant even if name changes.

Pname: string
—

Display name (can be updated).

Preference_dataset_id: stringPstart_time: number
—

The epoch time at which the run started, if available.

Ptenant_id: string
—

The ID of the tenant associated with the annotation queue.

View source on GitHub