Uses of Class
com.azure.ai.openai.models.ChatCompletionsJsonSchemaResponseFormatJsonSchema
Packages that use ChatCompletionsJsonSchemaResponseFormatJsonSchema
-
Uses of ChatCompletionsJsonSchemaResponseFormatJsonSchema in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatCompletionsJsonSchemaResponseFormatJsonSchemaModifier and TypeMethodDescriptionChatCompletionsJsonSchemaResponseFormatJsonSchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsJsonSchemaResponseFormatJsonSchema from the JsonReader.ChatCompletionsJsonSchemaResponseFormat.getJsonSchema()Get the jsonSchema property: The json_schema property.ChatCompletionsJsonSchemaResponseFormatJsonSchema.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.ChatCompletionsJsonSchemaResponseFormatJsonSchema.setSchema(com.azure.core.util.BinaryData schema) Set the schema property: The schema property.Set the strict property: Whether to enable strict schema adherence when generating the output.Constructors in com.azure.ai.openai.models with parameters of type ChatCompletionsJsonSchemaResponseFormatJsonSchemaModifierConstructorDescriptionChatCompletionsJsonSchemaResponseFormat(ChatCompletionsJsonSchemaResponseFormatJsonSchema jsonSchema) Creates an instance of ChatCompletionsJsonSchemaResponseFormat class.