2 instantiations of OtelFunction
Microsoft.Extensions.AI (2)
ChatCompletion\OpenTelemetryChatClient.cs (2)
462
_ when t.GetService<AIFunctionDeclaration>() is { } af => new
OtelFunction
468
_ => new
OtelFunction
{ Type = t.Name },
1 reference to OtelFunction
Microsoft.Extensions.AI (1)
ChatCompletion\OpenTelemetryChatClient.cs (1)
721
[JsonSerializable(typeof(IEnumerable<
OtelFunction
>))]