Uses of Class
com.azure.ai.agents.persistent.models.AzureFunctionDefinition
Packages that use AzureFunctionDefinition
Package
Description
Package containing the data models for Agents.
-
Uses of AzureFunctionDefinition in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return AzureFunctionDefinitionModifier and TypeMethodDescriptionstatic AzureFunctionDefinitionAzureFunctionDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFunctionDefinition from the JsonReader.AzureFunctionToolDefinition.getAzureFunction()Get the azureFunction property: The definition of the concrete function that the function tool should call.Constructors in com.azure.ai.agents.persistent.models with parameters of type AzureFunctionDefinitionModifierConstructorDescriptionAzureFunctionToolDefinition(AzureFunctionDefinition azureFunction) Creates an instance of AzureFunctionToolDefinition class.