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