gen_ai.memory.records
DevelopmentGenAI registryanyas of v1.44.0
The memory records stored or retrieved in a memory operation.
Instrumentations SHOULD NOT capture this attribute by default. Capture SHOULD be gated
by an explicit user opt-in, for example OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT.
> [!Warning] > This attribute may contain sensitive information including user/PII data.
Examples
- [ { "content": "User prefers dark mode", "id": "mem_123", "score": 0.95 }, { "content": { "preference": "vegetarian meals", "confidence": 0.9 }, "metadata": { "source": "profile" } } ]
Used by
spans (1)
- gen_ai.memory.client (opt-in)
* required on that signal.