We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab3b9d commit 0c6d67eCopy full SHA for 0c6d67e
1 file changed
api.go
@@ -13,7 +13,12 @@ import (
13
"go.opentelemetry.io/otel/trace"
14
)
15
16
-// Type + function aliases for backwards compatibility.
+// Const + Type + function aliases for backwards compatibility.
17
+const (
18
+ ProviderAnthropic = config.ProviderAnthropic
19
+ ProviderOpenAI = config.ProviderOpenAI
20
+)
21
+
22
type (
23
Metrics = metrics.Metrics
24
0 commit comments