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