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