1 write to _sharedFunc
Microsoft.Extensions.AI (1)
ChatCompletion\AnonymousDelegatingChatClient.cs (1)
56_sharedFunc = sharedFunc;
4 references to _sharedFunc
Microsoft.Extensions.AI (4)
ChatCompletion\AnonymousDelegatingChatClient.cs (4)
93if (_sharedFunc is not null) 101await _sharedFunc(messages, options, async (messages, options, cancellationToken) => 132if (_sharedFunc is not null) 142await _sharedFunc(messages, options, async (messages, options, cancellationToken) =>