Skip to content

Commit 96f2052

Browse files
DylanRussellxrmx
andauthored
Update util/opentelemetry-util-genai/src/opentelemetry/util/genai/utils.py
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent b2c5b19 commit 96f2052

File tree

1 file changed

+1
-1
lines changed
  • util/opentelemetry-util-genai/src/opentelemetry/util/genai

1 file changed

+1
-1
lines changed

util/opentelemetry-util-genai/src/opentelemetry/util/genai/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_content_capturing_mode() -> ContentCapturingMode:
3434
== _StabilityMode.DEFAULT
3535
):
3636
raise RuntimeError(
37-
"This function should never be called when StabilityMode is default.."
37+
"This function should never be called when StabilityMode is default."
3838
)
3939
if not envvar:
4040
return ContentCapturingMode.NO_CONTENT

0 commit comments

Comments
 (0)