13 writes to Type
Microsoft.Extensions.AI (13)
Common\OtelMessageSerializer.cs (4)
74m.Parts.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text }); 124m.Parts.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId }); 128m.Parts.Add(new OtelGenericPart { Type = "error", Content = ec.Message }); 245Type = content.GetType().FullName!,
Realtime\OpenTelemetryRealtimeClientSession.cs (9)
374Parts = { new OtelGenericPart { Type = "audio_commit" } }, 385Type = "instructions", 450Type = partType, 459Type = "input_transcription", 468Type = "error", 535message.Parts.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text }); 588message.Parts.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId }); 592message.Parts.Add(new OtelGenericPart { Type = "error", Content = ec.Message }); 649Type = content.GetType().Name,