10 references to Parts
Microsoft.Extensions.AI (10)
ChatCompletion\OpenTelemetryChatClient.cs (10)
249
m.
Parts
.Add(new OtelGenericPart { Content = tc.Text });
253
m.
Parts
.Add(new OtelToolCallRequestPart
262
m.
Parts
.Add(new OtelToolCallResponsePart
272
m.
Parts
.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text });
276
m.
Parts
.Add(new OtelGenericPart { Type = "image", Content = uc.Uri.ToString() });
280
m.
Parts
.Add(new OtelGenericPart { Type = "image", Content = dc.Uri });
284
m.
Parts
.Add(new OtelGenericPart { Type = "file", Content = fc.FileId });
288
m.
Parts
.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId });
292
m.
Parts
.Add(new OtelGenericPart { Type = "error", Content = ec.Message });
296
m.
Parts
.Add(new OtelGenericPart