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