9 writes to Content
Microsoft.Extensions.AI (9)
ChatCompletion\OpenTelemetryChatClient.cs (9)
249m.Parts.Add(new OtelGenericPart { Content = tc.Text }); 272m.Parts.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text }); 276m.Parts.Add(new OtelGenericPart { Type = "image", Content = uc.Uri.ToString() }); 280m.Parts.Add(new OtelGenericPart { Type = "image", Content = dc.Uri }); 284m.Parts.Add(new OtelGenericPart { Type = "file", Content = fc.FileId }); 288m.Parts.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId }); 292m.Parts.Add(new OtelGenericPart { Type = "error", Content = ec.Message }); 299Content = content, 552JsonSerializer.Serialize(new object[1] { new OtelGenericPart { Content = options!.Instructions } }, _defaultOptions.GetTypeInfo(typeof(IList<object>))));