Skip to content

Commit 1d312c5

Browse files
committed
Fix readme
Change-Id: I818a042d275d3c8e3348647d73e34560e7d92f54 Co-developed-by: Cursor <noreply@cursor.com>
1 parent 7f7b3cf commit 1d312c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/opentelemetry-util-genai/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This package provides these span attributes:
2727
- `gen_ai.usage.output_tokens`: Int(7)
2828
- `gen_ai.input.messages`: Str('[{"role": "Human", "parts": [{"content": "hello world", "type": "text"}]}]')
2929
- `gen_ai.output.messages`: Str('[{"role": "AI", "parts": [{"content": "hello back", "type": "text"}], "finish_reason": "stop"}]')
30-
- `gen_ai.system.instructions`: Str('[{"content": "You are a helpful assistant.", "type": "text"}]') (when system instruction is provided)
30+
- `gen_ai.system_instructions`: Str('[{"content": "You are a helpful assistant.", "type": "text"}]') (when system instruction is provided)
3131

3232
When `EVENT_ONLY` or `SPAN_AND_EVENT` mode is enabled and a LoggerProvider is configured,
3333
the package also emits `gen_ai.client.inference.operation.details` events with structured

0 commit comments

Comments
 (0)