Description
While validating the fix for #299932, I noticed a new issue in the Copilot Chat OpenTelemetry traces: the system message is no longer shown, but the user messages are also empty.
In the Aspire dashboard, the trace shows multiple User input messages, but each one displays:
Steps to Reproduce
- Enable OpenTelemetry for VS Code / Copilot Chat and point it at the standalone Aspire dashboard.
- Use Copilot Chat with a model such as
gpt-5.5.
- Perform an operation that sends user messages and tool calls.
- Open the generated LLM trace in Aspire.
- View the
Input & output tab.
Notes
This was observed while testing the behavior fixed for:
Description
While validating the fix for #299932, I noticed a new issue in the Copilot Chat OpenTelemetry traces: the system message is no longer shown, but the user messages are also empty.
In the Aspire dashboard, the trace shows multiple
Userinput messages, but each one displays:Steps to Reproduce
gpt-5.5.Input & outputtab.Notes
This was observed while testing the behavior fixed for: