Skip to content

Commit 39b2ad9

Browse files
author
Liudmila Molkova
committed
up
1 parent 48425ef commit 39b2ad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/gen-ai/gen-ai-events.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Instrumentations MAY offer configuration options allowing to disable events or a
6262

6363
**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)
6464

65-
The [EventName](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#field-eventname) MUST be `gen_ai.system.message`.
65+
The event name MUST be `gen_ai.system.message`.
6666

6767
This event describes the system instructions passed to the GenAI model.
6868

@@ -117,7 +117,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
117117

118118
**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)
119119

120-
The [EventName](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#field-eventname) MUST be `gen_ai.user.message`.
120+
The event name MUST be `gen_ai.user.message`.
121121

122122
This event describes the user message passed to the GenAI model.
123123

@@ -172,7 +172,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
172172

173173
**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)
174174

175-
The [EventName](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#field-eventname) MUST be `gen_ai.assistant.message`.
175+
The event name MUST be `gen_ai.assistant.message`.
176176

177177
This event describes the assistant message passed to GenAI system.
178178

@@ -242,7 +242,7 @@ Semantic conventions for individual systems MAY specify a different type for arg
242242

243243
**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)
244244

245-
The [EventName](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#field-eventname) MUST be `gen_ai.tool.message`.
245+
The event name MUST be `gen_ai.tool.message`.
246246

247247
This event describes the response from a tool or function call passed to the GenAI model.
248248

@@ -298,7 +298,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
298298

299299
**Status:** ![Experimental](https://img.shields.io/badge/-experimental-blue)
300300

301-
The [EventName](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#field-eventname) MUST be `gen_ai.choice`.
301+
The event name MUST be `gen_ai.choice`.
302302

303303
This event describes the Gen AI response message.
304304

0 commit comments

Comments
 (0)