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

RunUpdateParams

Copy
interface RunUpdateParams

Properties

property
dotted_order: string
property
end_time: string
property
error: string

JSON body of the response that caused the error

property
events: __type[]
property
extra: __type
property
id: string
property
input_attachments: __type
property
inputs: __type
property
name: string
property
output_attachments: __type
property
outputs: __type
property
reference_example_id: string
property
run_type: "llm" | "tool" | "chain" | "retriever" | "embedding" | "prompt" | "parser"

Enum for run types.

property
serialized: __type
property
session_name: string
property
status: string

HTTP status for the response that caused the error

property
tags: string[]
deprecatedproperty
parent_run_id: string
deprecatedproperty
session_id: string
deprecatedproperty
start_time: string
deprecatedproperty
trace_id: string
View source on GitHub