Uses of Class
com.azure.ai.openai.assistants.models.AssistantsApiResponseFormatJsonSchemaJsonSchema
Packages that use AssistantsApiResponseFormatJsonSchemaJsonSchema
Package
Description
Package containing the data models for Assistants.
-
Uses of AssistantsApiResponseFormatJsonSchemaJsonSchema in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return AssistantsApiResponseFormatJsonSchemaJsonSchemaModifier and TypeMethodDescriptionAssistantsApiResponseFormatJsonSchemaJsonSchema.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AssistantsApiResponseFormatJsonSchemaJsonSchema from the JsonReader.AssistantsApiResponseFormatJsonSchema.getJsonSchema()
Get the jsonSchema property: The JSON schema that the model must output.AssistantsApiResponseFormatJsonSchemaJsonSchema.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.Set the strict property: Whether to enable strict schema adherence when generating the output.Constructors in com.azure.ai.openai.assistants.models with parameters of type AssistantsApiResponseFormatJsonSchemaJsonSchemaModifierConstructorDescriptionCreates an instance of AssistantsApiResponseFormatJsonSchema class.