1 instantiation of FunctionCallInfo
Microsoft.Extensions.AI.AzureAIInference (1)
AzureAIInferenceChatClient.cs (1)
195functionCallInfos[toolCallUpdate.ToolCallIndex] = existing = new();
3 references to FunctionCallInfo
Microsoft.Extensions.AI.AzureAIInference (3)
AzureAIInferenceChatClient.cs (3)
149Dictionary<int, FunctionCallInfo>? functionCallInfos = null; 193if (!functionCallInfos.TryGetValue(toolCallUpdate.ToolCallIndex, out FunctionCallInfo? existing)) 226FunctionCallInfo fci = entry.Value;