Uses of Class
com.azure.search.documents.indexes.models.ChatCompletionResponseFormatJsonSchemaProperties
Packages that use ChatCompletionResponseFormatJsonSchemaProperties
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ChatCompletionResponseFormatJsonSchemaProperties in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return ChatCompletionResponseFormatJsonSchemaPropertiesModifier and TypeMethodDescriptionChatCompletionResponseFormatJsonSchemaProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionResponseFormatJsonSchemaProperties from the JsonReader.ChatCompletionResponseFormat.getChatCompletionSchemaProperties()Get the chatCompletionSchemaProperties property: An open dictionary for extended properties.ChatCompletionResponseFormatJsonSchemaProperties.setDescription(String description) Set the description property: Description of the json schema the model will adhere to.Set the name property: Name of the json schema the model will adhere to.ChatCompletionResponseFormatJsonSchemaProperties.setSchema(ChatCompletionSchema schema) Set the schema property: Object defining the custom schema the model will use to structure its output.Set the strict property: Whether or not the model's response should use structured outputs.Methods in com.azure.search.documents.indexes.models with parameters of type ChatCompletionResponseFormatJsonSchemaPropertiesModifier and TypeMethodDescriptionChatCompletionResponseFormat.setChatCompletionSchemaProperties(ChatCompletionResponseFormatJsonSchemaProperties chatCompletionSchemaProperties) Set the chatCompletionSchemaProperties property: An open dictionary for extended properties.