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);
393
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];
416
_imageContentByCallId
[callId] = [];
456
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];