Changed (breaking)
client.traces.get(TraceDetail) now returns a singleconversationfield — the full trace conversation in OpenTelemetry GenAI format: the system instructions, then the running message history sent into the trace's last LLM-completion span, followed by that span's generated output. The previoussystem_instructions,input_messages, andoutput_messagesfields are removed. They only captured the first turn's input and the last turn's output, silently dropping every intermediate turn and tool call — all of whichconversationincludes.