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