18 references to Parts
Microsoft.Extensions.AI (18)
ChatCompletion\OpenTelemetryChatClient.cs (18)
308
m.
Parts
.Add(new OtelGenericPart { Content = tc.Text });
312
m.
Parts
.Add(new OtelGenericPart { Type = "reasoning", Content = trc.Text });
316
m.
Parts
.Add(new OtelToolCallRequestPart
325
m.
Parts
.Add(new OtelToolCallResponsePart
333
m.
Parts
.Add(new OtelBlobPart
342
m.
Parts
.Add(new OtelUriPart
351
m.
Parts
.Add(new OtelFilePart
362
m.
Parts
.Add(new OtelGenericPart { Type = "vector_store", Content = vsc.VectorStoreId });
366
m.
Parts
.Add(new OtelGenericPart { Type = "error", Content = ec.Message });
372
m.
Parts
.Add(new OtelServerToolCallPart<OtelCodeInterpreterToolCall>
384
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelCodeInterpreterToolCallResponse>
395
m.
Parts
.Add(new OtelServerToolCallPart<OtelImageGenerationToolCall>
404
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelImageGenerationToolCallResponse>
415
m.
Parts
.Add(new OtelServerToolCallPart<OtelMcpToolCall>
428
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelMcpToolCallResponse>
439
m.
Parts
.Add(new OtelServerToolCallPart<OtelMcpApprovalRequest>
452
m.
Parts
.Add(new OtelServerToolCallResponsePart<OtelMcpApprovalResponse>
481
m.
Parts
.Add(new OtelGenericPart