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