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