1 write to Parts
Microsoft.Extensions.AI (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelMessage.g.cs (1)
99
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.OtelMessage)obj).
Parts
= value!,
20 references to Parts
Microsoft.Extensions.AI (20)
Common\OtelMessageSerializer.cs (18)
70
m.
Parts
.Add(new OtelGenericPart { Content = tc.Text });
74
m.
Parts
.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text });
78
m.
Parts
.Add(new OtelToolCallRequestPart
87
m.
Parts
.Add(new OtelToolCallResponsePart
95
m.
Parts
.Add(new OtelBlobPart
104
m.
Parts
.Add(new OtelUriPart
113
m.
Parts
.Add(new OtelFilePart
124
m.
Parts
.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId });
128
m.
Parts
.Add(new OtelGenericPart { Type = "error", Content = ec.Message });
134
m.
Parts
.Add(new OtelServerToolCallPart<OtelCodeInterpreterToolCall>
146
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelCodeInterpreterToolCallResponse>
157
m.
Parts
.Add(new OtelServerToolCallPart<OtelImageGenerationToolCall>
166
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelImageGenerationToolCallResponse>
177
m.
Parts
.Add(new OtelServerToolCallPart<OtelMcpToolCall>
190
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelMcpToolCallResponse>
201
m.
Parts
.Add(new OtelServerToolCallPart<OtelMcpApprovalRequest>
214
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelMcpApprovalResponse>
243
m.
Parts
.Add(new OtelGenericPart
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\OtelContext.OtelMessage.g.cs (2)
98
Getter = static obj => ((global::Microsoft.Extensions.AI.OtelMessage)obj).
Parts
,
158
global::System.Collections.Generic.List<object> __value_Parts = ((global::Microsoft.Extensions.AI.OtelMessage)value).
Parts
;