You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
66
66
67
67
This event describes the system instructions passed to the GenAI model.
68
68
@@ -117,7 +117,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
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`.
121
121
122
122
This event describes the user message passed to the GenAI model.
123
123
@@ -172,7 +172,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
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`.
176
176
177
177
This event describes the assistant message passed to GenAI system.
178
178
@@ -242,7 +242,7 @@ Semantic conventions for individual systems MAY specify a different type for arg
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`.
246
246
247
247
This event describes the response from a tool or function call passed to the GenAI model.
248
248
@@ -298,7 +298,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.
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`.
0 commit comments