Uses of Class
com.azure.ai.agents.persistent.models.FunctionDefinition
Packages that use FunctionDefinition
Package
Description
Package containing the data models for Agents.
-
Uses of FunctionDefinition in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return FunctionDefinitionModifier and TypeMethodDescriptionstatic FunctionDefinitionFunctionDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionDefinition from the JsonReader.AzureFunctionDefinition.getFunction()Get the function property: The definition of azure function and its parameters.FunctionToolDefinition.getFunction()Get the function property: The definition of the concrete function that the function tool should call.FunctionDefinition.setDescription(String description) Set the description property: A description of what the function does, used by the model to choose when and how to call the function.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type FunctionDefinitionModifier and TypeMethodDescriptionOpenApiFunctionDefinition.getFunctions()Get the functions property: List of function definitions used by OpenApi tool.Constructors in com.azure.ai.agents.persistent.models with parameters of type FunctionDefinitionModifierConstructorDescriptionAzureFunctionDefinition(FunctionDefinition function, AzureFunctionBinding inputBinding, AzureFunctionBinding outputBinding) Creates an instance of AzureFunctionDefinition class.FunctionToolDefinition(FunctionDefinition function) Creates an instance of FunctionToolDefinition class.