removing laminar (#3858)

This commit is contained in:
pedrohsdb
2025-10-29 21:42:27 -07:00
committed by GitHub
parent cae59a3c19
commit 76de33edbd
7 changed files with 14 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
"""Utilities for collecting and formatting experiment data for Laminar tracing."""
"""Utilities for collecting and formatting experiment data for tracing."""
from typing import TYPE_CHECKING, Any
@@ -44,7 +44,7 @@ async def collect_experiment_metadata(
experimentation_provider: The experimentation provider to use for fetching experiment data.
Returns:
Dictionary containing experiment data that can be added to Laminar traces.
Dictionary containing experiment data that can be added to traces.
"""
# Get the current context
context = skyvern_context.current()