2 references to _nopFunction
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvocationContext.cs (2)
30
} =
_nopFunction
;
42
get => field ??= new(string.Empty,
_nopFunction
.Name, EmptyReadOnlyDictionary<string, object?>.Instance);