1 write to _getResponseFunc
Microsoft.Extensions.AI (1)
ChatCompletion\AnonymousDelegatingChatClient.cs (1)
85_getResponseFunc = getResponseFunc;
4 references to _getResponseFunc
Microsoft.Extensions.AI (4)
ChatCompletion\AnonymousDelegatingChatClient.cs (4)
116else if (_getResponseFunc is not null) 118return _getResponseFunc(messages, options, InnerClient, cancellationToken); 186Debug.Assert(_getResponseFunc is not null, "Expected non-null non-streaming delegate."); 187return GetStreamingResponseAsyncViaGetResponseAsync(_getResponseFunc!(messages, options, InnerClient, cancellationToken));