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

RunCreateParams

Copy
interface RunCreateParams

Properties

property
comparative_experiment_id: string | null

comparative_experiment_id scopes pairwise-annotation feedback (optional).

property
example_ids: string[] | null

example_ids optionally restricts the page to these dataset example UUIDs (max 1000).

property
filters: __type | null
property
format: "csv" | null

Query param: Response format, e.g., 'csv'

property
include_annotator_detail: boolean
property
limit: number | null
property
offset: number
property
preview: boolean
property
session_ids: string[]
property
sort_params: SortParamsForRunsComparisonView | null
View source on GitHub