5 references to _imageContentByCallId
Microsoft.Extensions.AI (5)
ChatCompletion\ImageGeneratingChatClient.cs (5)
340_imageContentByCallId.TryGetValue(functionResult.CallId, out var imageContents)) 355_ = _imageContentByCallId.Remove(functionResult.CallId); 391List<AIContent> imageContents = _imageContentByCallId[callId] = []; 414_imageContentByCallId[callId] = []; 454List<AIContent> imageContents = _imageContentByCallId[callId] = [];