refactor: rename tracing span attribute "system" to "system_instructions"

Align with the OpenTelemetry GenAI semantic convention
gen_ai.system_instructions for system prompts. The old "system"
attribute name was unrelated to gen_ai.system (which is for
provider name).
This commit is contained in:
Mark Backman
2026-03-20 13:20:03 -04:00
parent 991fbb82da
commit 20a3ada916
3 changed files with 7 additions and 6 deletions

View File

@@ -0,0 +1 @@
- Renamed tracing span attribute `system` to `system_instructions` to align with the OpenTelemetry GenAI semantic conventions.