Skip to content

Commit c8d7d8b

Browse files
committed
removing links for now
1 parent bedcc63 commit c8d7d8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-foundry/concepts/trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Trace your application with Azure AI Foundry project library
33
titleSuffix: Azure AI Foundry
4-
description: This article provides an overview of tracing with the Azure AI Foundry SDK.
4+
description: This article provides an overview of tracing with the Azure AI Foundry project library.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:

articles/ai-foundry/how-to/develop/trace-local-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ The event name MUST be `gen_ai.evaluation.user_feedback`.
280280

281281
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
282282
|---|---|---|---|---|---|
283-
| [`gen_ai.response.id`](/docs/attributes-registry/gen-ai.md) | string | The unique identifier for the completion. | `chatcmpl-123` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
284-
| [`gen_ai.evaluation.score`](/docs/attributes-registry/gen-ai.md) | double | Quantified score calculated based on the user reaction in [-1.0, 1.0] range with 0 representing a neutral reaction. | `0.42` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
283+
|`gen_ai.response.id`| string | The unique identifier for the completion. | `chatcmpl-123` | `Required` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
284+
| `gen_ai.evaluation.score`| double | Quantified score calculated based on the user reaction in [-1.0, 1.0] range with 0 representing a neutral reaction. | `0.42` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
285285
286286
<!-- markdownlint-restore -->
287287
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)