From a1e2d71bbfbdc57a9de4cfed3331a3603164101d Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 6 Jul 2025 01:13:27 +0000
Subject: [PATCH 1/2] Initial plan
From 3652b1dd1b0cba6a16f5fcb1a4f9f10a7ad16da0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 6 Jul 2025 01:17:40 +0000
Subject: [PATCH 2/2] Update OpenTelemetry semantic conventions version from
1.35 to 1.36
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
---
.../ChatCompletion/OpenTelemetryChatClient.cs | 2 +-
.../Embeddings/OpenTelemetryEmbeddingGenerator.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Libraries/Microsoft.Extensions.AI/ChatCompletion/OpenTelemetryChatClient.cs b/src/Libraries/Microsoft.Extensions.AI/ChatCompletion/OpenTelemetryChatClient.cs
index d66266c39bc..a759aeea248 100644
--- a/src/Libraries/Microsoft.Extensions.AI/ChatCompletion/OpenTelemetryChatClient.cs
+++ b/src/Libraries/Microsoft.Extensions.AI/ChatCompletion/OpenTelemetryChatClient.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Extensions.AI;
/// Represents a delegating chat client that implements the OpenTelemetry Semantic Conventions for Generative AI systems.
///
-/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.35, defined at .
+/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.36, defined at .
/// The specification is still experimental and subject to change; as such, the telemetry output by this client is also subject to change.
///
public sealed partial class OpenTelemetryChatClient : DelegatingChatClient
diff --git a/src/Libraries/Microsoft.Extensions.AI/Embeddings/OpenTelemetryEmbeddingGenerator.cs b/src/Libraries/Microsoft.Extensions.AI/Embeddings/OpenTelemetryEmbeddingGenerator.cs
index 2eeb32891ea..87af9e52717 100644
--- a/src/Libraries/Microsoft.Extensions.AI/Embeddings/OpenTelemetryEmbeddingGenerator.cs
+++ b/src/Libraries/Microsoft.Extensions.AI/Embeddings/OpenTelemetryEmbeddingGenerator.cs
@@ -19,7 +19,7 @@ namespace Microsoft.Extensions.AI;
/// Represents a delegating embedding generator that implements the OpenTelemetry Semantic Conventions for Generative AI systems.
///
-/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.35, defined at .
+/// This class provides an implementation of the Semantic Conventions for Generative AI systems v1.36, defined at .
/// The specification is still experimental and subject to change; as such, the telemetry output by this client is also subject to change.
///
/// The type of input used to produce embeddings.