Uses of Class
com.azure.ai.agents.persistent.models.ResponseFormatJsonSchema
Packages that use ResponseFormatJsonSchema
Package
Description
Package containing the data models for Agents.
-
Uses of ResponseFormatJsonSchema in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return ResponseFormatJsonSchemaModifier and TypeMethodDescriptionstatic ResponseFormatJsonSchemaResponseFormatJsonSchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponseFormatJsonSchema from the JsonReader.ResponseFormatJsonSchemaType.getJsonSchema()Get the jsonSchema property: The JSON schema, describing response format.ResponseFormatJsonSchema.setDescription(String description) Set the description property: A description of what the response format is for, used by the model to determine how to respond in the format.Constructors in com.azure.ai.agents.persistent.models with parameters of type ResponseFormatJsonSchemaModifierConstructorDescriptionResponseFormatJsonSchemaType(ResponseFormatJsonSchema jsonSchema) Creates an instance of ResponseFormatJsonSchemaType class.