1 write to Name
Microsoft.Extensions.AI.AzureAIInference (1)
AzureAIInferenceChatClient.cs (1)
199existing.Name ??= toolCallUpdate.Name;
2 references to Name
Microsoft.Extensions.AI.AzureAIInference (2)
AzureAIInferenceChatClient.cs (2)
227if (!string.IsNullOrWhiteSpace(fci.Name)) 233completionUpdate.Contents.Add(new FunctionCallContent(fci.CallId!, fci.Name!, arguments)