Skip to content

Commit 0c6d67e

Browse files
authored
bug: add missing provider consts re-export (#104)
1 parent fab3b9d commit 0c6d67e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

api.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ import (
1313
"go.opentelemetry.io/otel/trace"
1414
)
1515

16-
// Type + function aliases for backwards compatibility.
16+
// Const + Type + function aliases for backwards compatibility.
17+
const (
18+
ProviderAnthropic = config.ProviderAnthropic
19+
ProviderOpenAI = config.ProviderOpenAI
20+
)
21+
1722
type (
1823
Metrics = metrics.Metrics
1924

0 commit comments

Comments
 (0)