2 writes to _callContent
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvocationContext.cs (2)
54get => _callContent ??= new(string.Empty, _nopFunction.Name, EmptyReadOnlyDictionary<string, object?>.Instance); 55set => _callContent = Throw.IfNull(value);