1 write to _callContent
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvocationContext.cs (1)
38set => _callContent = Throw.IfNull(value);
1 reference to _callContent
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvocationContext.cs (1)
37get => _callContent;