Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Emídio Neto <[email protected]>
  • Loading branch information
aabmass and emdneto authored Jan 29, 2025
1 parent 1988ef3 commit feb45d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def assistant_event(
role: str = "assistant",
content: AnyValue = None,
) -> Event:
"""Creates a User event
"""Creates an Assistant event
https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/gen-ai/gen-ai-events.md#assistant-event
"""
body: dict[str, AnyValue] = {
Expand All @@ -74,7 +74,7 @@ def system_event(
role: str = "system",
content: AnyValue = None,
) -> Event:
"""Creates a User event
"""Creates a System event
https://github.com/open-telemetry/semantic-conventions/blob/v1.28.0/docs/gen-ai/gen-ai-events.md#system-event
"""
body: dict[str, AnyValue] = {
Expand Down

0 comments on commit feb45d1

Please sign in to comment.