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