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
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

View source on GitHub
property
comment: string
property
correction: Record<string, unknown>
property
evaluatorInfo: Record<string, unknown>
property
feedbackConfig: FeedbackConfig
property
key: string
property
score: ScoreType
property
sourceRunId: string
property
targetRunId: string
property
value: ValueType

Information about the evaluator.

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

The ID of the source run associated with this example.

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.