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