1 instantiation of AzureAIChatToolJson
Microsoft.Extensions.AI.AzureAIInference (1)
AzureAIInferenceChatClient.cs (1)
384AzureAIChatToolJson tool = new();
3 references to AzureAIChatToolJson
Microsoft.Extensions.AI.AzureAIInference (3)
AzureAIInferenceChatClient.cs (2)
379BinaryData resultParameters = AzureAIChatToolJson.ZeroFunctionParametersSchema; 384AzureAIChatToolJson tool = new();
JsonContext.cs (1)
14[JsonSerializable(typeof(AzureAIChatToolJson))]