Skip to content

Commit

Permalink
more feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Dec 12, 2024
1 parent 557b99d commit a25e181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gen-ai/gen-ai-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ If none of these options apply, the `gen_ai.system` SHOULD be set to `_OTHER`.

The event name MUST be `gen_ai.assistant.message`.

This event describes the assistant message passed to GenAI system or received from it.
This event describes the assistant message passed to GenAI system.

| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|---|---|---|---|---|---|
Expand Down
2 changes: 1 addition & 1 deletion model/gen-ai/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ groups:
type: event
stability: experimental
brief: >
This event describes the assistant message passed to GenAI system or received from it.
This event describes the assistant message passed to GenAI system.
extends: gen_ai.common.event.attributes
body:
id: gen_ai.assistant.message
Expand Down

0 comments on commit a25e181

Please sign in to comment.