2 references to _currentContext
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
91
get =>
_currentContext
.Value;
92
protected set =>
_currentContext
.Value = value;