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