5 references to _imageContentByCallId
Microsoft.Extensions.AI (5)
ChatCompletion\ImageGeneratingChatClient.cs (5)
342_imageContentByCallId.TryGetValue(functionResult.CallId, out var imageContents)) 357_ = _imageContentByCallId.Remove(functionResult.CallId); 393List<AIContent> imageContents = _imageContentByCallId[callId] = []; 416_imageContentByCallId[callId] = []; 456List<AIContent> imageContents = _imageContentByCallId[callId] = [];