1 write to _sharedFunc
Microsoft.Extensions.AI (1)
ChatCompletion\AnonymousDelegatingChatClient.cs (1)
53
_sharedFunc
= sharedFunc;
4 references to _sharedFunc
Microsoft.Extensions.AI (4)
ChatCompletion\AnonymousDelegatingChatClient.cs (4)
90
if (
_sharedFunc
is not null)
97
await
_sharedFunc
(chatMessages, options, async (chatMessages, options, cancellationToken) =>
128
if (
_sharedFunc
is not null)
139
await
_sharedFunc
(chatMessages, options, async (chatMessages, options, cancellationToken) =>