Run
Last updated
Was this helpful?
Last updated
Was this helpful?
A Run represents a single workflow or operation executed within LangDB. This could be a model invocation, a tool call, or any other discrete task. Each Run is independent and can be tracked separately, making it easier to analyze and debug individual workflows.
Example of a Run:
Core Features:
Granular Tracking: Analyze and optimize the performance and cost of individual Runs.
Independent Execution: Each Run has a distinct lifecycle, enabling precise observability.
Example:
Generating a summary of a document, analyzing a dataset, or fetching information from an external API – each is a Run.
Headers for Run:
x-run-id
: Identifies a specific Run for tracking and debugging purposes.