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

Body

Add a single run to AQ (CH path) with an optional back-pointer to the issues-agent proposal that seeded this add. Use when bulk-adding runs that come from different proposals — each row carries its own source_proposed_example_id. For unrelated bulk adds, prefer plain List[UUID] on the same endpoint.

Copy
interface Body

Properties

property
run_id: string
property
source_proposed_example_id: string | null
View source on GitHub