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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithlangchainRunnableTraceable
Class●Since v0.1Deprecated

RunnableTraceable

Copy
class RunnableTraceable

Bases

Runnable

Constructors

Properties

Methods

Inherited fromRunnable(langchain_core)

Attributes

AnameAInputTypeAOutputTypeAinput_schema
View source on GitHub
A
output_schema
Aconfig_specs

Methods

Mget_nameMget_input_schemaMget_input_jsonschemaMget_output_schemaMget_output_jsonschemaMconfig_schemaMget_config_jsonschemaMget_graphMget_promptsMpipeMpickMassignMainvokeMbatchMbatch_as_completedMabatchMabatch_as_completedMstreamMastreamMastream_logMastream_eventsMtransformMatransformMbindMwith_configMwith_listenersMwith_alistenersMwith_typesMwith_retryMmapMwith_fallbacksMas_tool
constructor
constructor
property
func: AnyTraceableFunction
property
lc_namespace: string[]
property
lc_serializable: boolean
method
_streamIterator→ AsyncGenerator<RunOutput>
method
invoke→ Promise<RunOutput>
method
from→ RunnableTraceable<unknown, unknown>

RunnableTraceable is a Runnable that wraps a traceable function. This allows adding Langsmith traced functions into LangChain sequences.