Uses of Class
com.azure.ai.agents.persistent.models.OpenApiFunctionDefinition
Packages that use OpenApiFunctionDefinition
Package
Description
Package containing the data models for Agents.
-
Uses of OpenApiFunctionDefinition in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return OpenApiFunctionDefinitionModifier and TypeMethodDescriptionstatic OpenApiFunctionDefinitionOpenApiFunctionDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenApiFunctionDefinition from the JsonReader.OpenApiToolDefinition.getOpenapi()Get the openapi property: The openapi function definition.OpenApiFunctionDefinition.setDefaultParams(List<String> defaultParams) Set the defaultParams property: List of OpenAPI spec parameters that will use user-provided defaults.OpenApiFunctionDefinition.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.Constructors in com.azure.ai.agents.persistent.models with parameters of type OpenApiFunctionDefinitionModifierConstructorDescriptionCreates an instance of OpenApiToolDefinition class.