Skip to content

Commit 2628621

Browse files
authored
Update otel semantic convention version in comment (#6227)
The v1.32 semantic convention came out. As far as I can tell, there are zero changes we need to react to. This just bumps the version number we advertize in XML comments.
1 parent b794235 commit 2628621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Libraries/Microsoft.Extensions.AI/ChatCompletion/OpenTelemetryChatClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Extensions.AI;
2323

2424
/// <summary>Represents a delegating chat client that implements the OpenTelemetry Semantic Conventions for Generative AI systems.</summary>
2525
/// <remarks>
26-
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.31, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
26+
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.32, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
2727
/// The specification is still experimental and subject to change; as such, the telemetry output by this client is also subject to change.
2828
/// </remarks>
2929
public sealed partial class OpenTelemetryChatClient : DelegatingChatClient

src/Libraries/Microsoft.Extensions.AI/Embeddings/OpenTelemetryEmbeddingGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Microsoft.Extensions.AI;
1616

1717
/// <summary>Represents a delegating embedding generator that implements the OpenTelemetry Semantic Conventions for Generative AI systems.</summary>
1818
/// <remarks>
19-
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.31, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
19+
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.32, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
2020
/// The specification is still experimental and subject to change; as such, the telemetry output by this client is also subject to change.
2121
/// </remarks>
2222
/// <typeparam name="TInput">The type of input used to produce embeddings.</typeparam>

0 commit comments

Comments
 (0)