6 writes to Content
Microsoft.Extensions.AI (6)
ChatCompletion\OpenTelemetryChatClient.cs (6)
308
m.Parts.Add(new OtelGenericPart {
Content
= tc.Text });
312
m.Parts.Add(new OtelGenericPart { Type = "reasoning",
Content
= trc.Text });
362
m.Parts.Add(new OtelGenericPart { Type = "vector_store",
Content
= vsc.VectorStoreId });
366
m.Parts.Add(new OtelGenericPart { Type = "error",
Content
= ec.Message });
484
Content
= element,
799
JsonSerializer.Serialize(new object[1] { new OtelGenericPart {
Content
= options!.Instructions } }, _defaultOptions.GetTypeInfo(typeof(IList<object>))));