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