5 references to _imageContentByCallId
Microsoft.Extensions.AI (5)
ChatCompletion\ImageGeneratingChatClient.cs (5)
343_imageContentByCallId.TryGetValue(functionResult.CallId, out var imageContents)) 358_ = _imageContentByCallId.Remove(functionResult.CallId); 394List<AIContent> imageContents = _imageContentByCallId[callId] = []; 417_imageContentByCallId[callId] = []; 457List<AIContent> imageContents = _imageContentByCallId[callId] = [];