Skip to main content
Ctrl+K
🦜️🛠️ LangSmith  documentation - Home 🦜️🛠️ LangSmith  documentation - Home
  • Reference
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
Docs
  • GitHub
  • X / Twitter

Modules

  • client
  • async_client
  • run_helpers
    • LangSmithExtra
    • trace
    • get_current_run_tree
    • traceable
    • tracing_context
  • wrappers
  • testing
  • _expect
  • LangSmith Python SDK
  • 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.