Skip to content

Commit

Permalink
[Internal] Set OpenTelemetryTrace to ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangtong Xu committed Apr 25, 2024
1 parent 4c00cdb commit e49fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-core/promptflow/_utils/feature_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_feature_list():
Feature(
name="OpenTelemetryTrace",
description="Support OpenTelemetry trace.",
state=FeatureState.E2ETEST,
state=FeatureState.READY,
),
Feature(
name="OpenaiVisionMessageFormat",
Expand Down

0 comments on commit e49fdf2

Please sign in to comment.