removing laminar (#3858)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user