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

AnnotationQueueRubricItem

Copy
interface AnnotationQueueRubricItem

Properties

property
description: string | null
property
feedback_key: string

The feedback key this rubric item is associated with.

property
is_required: boolean | null

Whether this rubric item is required.

property
score_descriptions: Record<string, string> | null

Descriptions for continuous score values.

property
value_descriptions: Record<string, string> | null

Descriptions for categorical values.

View source on GitHub