Skip to content

Commit 403882c

Browse files
Copilotstephentoub
andauthored
Update OpenTelemetry semantic conventions version from 1.35 to 1.36 (#6579)
* Initial plan * Update OpenTelemetry semantic conventions version from 1.35 to 1.36 Co-authored-by: stephentoub <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: stephentoub <[email protected]>
1 parent f9c61b4 commit 403882c

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
@@ -25,7 +25,7 @@ namespace Microsoft.Extensions.AI;
2525

2626
/// <summary>Represents a delegating chat client that implements the OpenTelemetry Semantic Conventions for Generative AI systems.</summary>
2727
/// <remarks>
28-
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.35, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
28+
/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.36, defined at <see href="https://opentelemetry.io/docs/specs/semconv/gen-ai/" />.
2929
/// The specification is still experimental and subject to change; as such, the telemetry output by this client is also subject to change.
3030
/// </remarks>
3131
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
@@ -19,7 +19,7 @@ namespace Microsoft.Extensions.AI;
1919

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

0 commit comments

Comments
 (0)