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
JavaScriptlangsmithevaluationEvaluationResult
Type●Since v0.0

EvaluationResult

Represents the result of an evaluation.

Copy
EvaluationResult

Used in Docs

  • Evaluate a RAG application
  • How to define a code evaluator
  • How to define a summary evaluator
  • How to evaluate an application's intermediate steps
  • How to evaluate an LLM application

Properties

property
comment: string
property
correction: Record<string, unknown>
property
evaluatorInfo: Record<string, unknown>

Information about the evaluator.

property
feedbackConfig: FeedbackConfig

The feedback config associated with the evaluation result. If set, this will be used to define how a feedback key should be interpreted.

property
key: string
property
score: ScoreType
property
sourceRunId: string

The ID of the source run associated with this example.

property
targetRunId: string

The target run ID of the evaluation result. If this is not set, the target run ID is assumed to be the root of the trace.

property
value: ValueType
View source on GitHub