We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ec8853 + 1d4279e commit f4768d2Copy full SHA for f4768d2
1 file changed
util/opentelemetry-util-genai/README.rst
@@ -91,7 +91,7 @@ This package sets the following span attributes on LLM invocations:
91
- ``gen_ai.request.stop_sequences``: Slice(["\\n"])
92
- ``gen_ai.request.seed``: Int(42)
93
94
-**Content attributes (experimental, requires content capturing enabled):**
+**Content attributes (sensitive, requires content capturing enabled):**
95
96
- ``gen_ai.input.messages``: Str('[{"role": "user", "parts": [{"content": "hello world", "type": "text"}]}]')
97
- ``gen_ai.output.messages``: Str('[{"role": "assistant", "parts": [{"content": "hello back", "type": "text"}], "finish_reason": "stop"}]')
0 commit comments