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