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);
391
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];
414
_imageContentByCallId
[callId] = [];
454
List<AIContent> imageContents =
_imageContentByCallId
[callId] = [];