1 write to _function
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvocationContext.cs (1)
55set => _function = Throw.IfNull(value);
1 reference to _function
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvocationContext.cs (1)
54get => _function;