14 writes to Type
Microsoft.Extensions.AI (14)
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!,
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelGenericPart.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.OtelGenericPart)obj).Type = value!,
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,
1 reference to Type
Microsoft.Extensions.AI (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelGenericPart.g.cs (1)
58Getter = static obj => ((global::Microsoft.Extensions.AI.OtelGenericPart)obj).Type,