Skip to content

Commit 1d4279e

Browse files
Update util/opentelemetry-util-genai/README.rst
Co-authored-by: Liudmila Molkova <neskazu@gmail.com>
1 parent 6b8c71e commit 1d4279e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/opentelemetry-util-genai/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This package sets the following span attributes on LLM invocations:
9191
- ``gen_ai.request.stop_sequences``: Slice(["\\n"])
9292
- ``gen_ai.request.seed``: Int(42)
9393

94-
**Content attributes (experimental, requires content capturing enabled):**
94+
**Content attributes (sensitive, requires content capturing enabled):**
9595

9696
- ``gen_ai.input.messages``: Str('[{"role": "user", "parts": [{"content": "hello world", "type": "text"}]}]')
9797
- ``gen_ai.output.messages``: Str('[{"role": "assistant", "parts": [{"content": "hello back", "type": "text"}], "finish_reason": "stop"}]')

0 commit comments

Comments
 (0)