Description
Embedding traces are being rendered with the chat UI (chat bubbles/messages) in the trace drawer, which is incorrect. Embeddings are not conversational and should be displayed differently.
Expected Behavior
Embedding traces should show a raw data view — displaying the embedding input and output as raw data, not as chat messages.
Actual Behavior
Embedding traces display with chat bubbles/messages UI, which is confusing and inappropriate for embedding data.
Severity
Low — confusing but data is still visible
Steps to Reproduce
- Make an embedding API call that gets traced
- Open the trace in observability
- Open the trace drawer
- Embedding is shown with chat UI instead of raw data view