Uses of Class
com.azure.ai.inference.models.ChatCompletionsResponseFormatJsonSchemaDefinition
Packages that use ChatCompletionsResponseFormatJsonSchemaDefinition
-
Uses of ChatCompletionsResponseFormatJsonSchemaDefinition in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return ChatCompletionsResponseFormatJsonSchemaDefinitionModifier and TypeMethodDescriptionChatCompletionsResponseFormatJsonSchemaDefinition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsResponseFormatJsonSchemaDefinition from the JsonReader.ChatCompletionsResponseFormatJsonSchema.getJsonSchema()
Get the jsonSchema property: The definition of the required JSON schema in the response, and associated metadata.ChatCompletionsResponseFormatJsonSchemaDefinition.setDescription
(String description) Set the description property: A description of the response format, used by the AI model to determine how to generate responses in this format.Set the strict property: If set to true, the service will error out if the provided JSON schema contains keywords not supported by the AI model.Constructors in com.azure.ai.inference.models with parameters of type ChatCompletionsResponseFormatJsonSchemaDefinitionModifierConstructorDescriptionChatCompletionsResponseFormatJsonSchema
(ChatCompletionsResponseFormatJsonSchemaDefinition jsonSchema) Creates an instance of ChatCompletionsResponseFormatJsonSchema class.