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

RunWithAnnotationQueueInfo

Copy
interface RunWithAnnotationQueueInfo

Bases

Exclude<BaseRun, "id">

Properties

property
added_at: string

The time this run was added to the queue.

property
attachments: Attachments

attachments maps each attachment file name to a pre-signed HTTPS download URL.

property
dotted_order: string
property
end_time: string | number
property
error: string

JSON body of the response that caused the error

property
events: KVMap[]
property
extra: KVMap
property
id: string
property
inputs: KVMap
property
last_reviewed_time: string

The last time this run was reviewed.

property
name: string
property
outputs: KVMap
property
parent_run_id: string
property
reference_example_id: string
property
run_type: string

Enum for run types.

property
serialized: object
property
start_time: string | number
property
tags: string[]
property
trace_id: string
View source on GitHub