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);
394
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];
417
_imageContentByCallId
[callId] = [];
457
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];