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