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

AnnotationQueueWithDetails

Copy
interface AnnotationQueueWithDetails

Bases

AnnotationQueue

Properties

Inherited fromAnnotationQueue

Properties

Pcreated_at: stringPdescription: string | nullPid: stringPname: string
View source on GitHub
P
tenant_id
: string
Pupdated_at: string
property
created_at: string
property
description: string
property
id: string
property
name: string
property
rubric_instructions: string
property
rubric_items: AnnotationQueueRubricItem[]
property
tenant_id: string
property
updated_at: string

The rubric instructions for the annotation queue.

The rubric items for the annotation queue.