Skip to main content
Ctrl+K
This is a legacy site. Please use the latest API reference instead.
🦜️🛠️ LangSmith  documentation - Home 🦜️🛠️ LangSmith  documentation - Home
  • client
  • async_client
  • evaluation
  • run_helpers
  • run_trees
    • schemas
    • utils
    • anonymizer
    • _testing
    • _expect
    • middleware
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • client
  • async_client
  • evaluation
  • run_helpers
  • run_trees
  • schemas
  • utils
  • anonymizer
  • _testing
  • _expect
  • middleware
Docs
  • GitHub
  • X / Twitter

Section Navigation

  • langsmith.run_helpers.LangSmithExtra
  • langsmith.run_helpers.trace
  • langsmith.run_helpers.get_current_run_tree
  • langsmith.run_helpers.traceable
  • langsmith.run_helpers.tracing_context
  • run_helpers

run_helpers#

Decorator for creating a run tree from functions.

Classes

run_helpers.LangSmithExtra

Any additional info to be injected into the run dynamically.

run_helpers.trace(name[, run_type, inputs, ...])

Manage a LangSmith run in context.

Functions

run_helpers.get_current_run_tree()

Get the current run tree.

run_helpers.traceable()

Trace a function with langsmith.

run_helpers.tracing_context(*[, ...])

Set the tracing context for a block of code.

© Copyright 2024, LangChain Inc.