Uses of Class
com.azure.search.documents.indexes.models.ChatCompletionResponseFormatType
Packages that use ChatCompletionResponseFormatType
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ChatCompletionResponseFormatType in com.azure.search.documents.indexes.models
Subclasses with type arguments of type ChatCompletionResponseFormatType in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies how the LLM should format the response.Fields in com.azure.search.documents.indexes.models declared as ChatCompletionResponseFormatTypeModifier and TypeFieldDescriptionstatic final ChatCompletionResponseFormatTypeChatCompletionResponseFormatType.JSON_OBJECTStatic value jsonObject for ChatCompletionResponseFormatType.static final ChatCompletionResponseFormatTypeChatCompletionResponseFormatType.JSON_SCHEMAStatic value jsonSchema for ChatCompletionResponseFormatType.static final ChatCompletionResponseFormatTypeChatCompletionResponseFormatType.TEXTStatic value text for ChatCompletionResponseFormatType.Methods in com.azure.search.documents.indexes.models that return ChatCompletionResponseFormatTypeModifier and TypeMethodDescriptionChatCompletionResponseFormatType.fromString(String name) Creates or finds a ChatCompletionResponseFormatType from its string representation.ChatCompletionResponseFormat.getType()Get the type property: Specifies how the LLM should format the response.Methods in com.azure.search.documents.indexes.models that return types with arguments of type ChatCompletionResponseFormatTypeModifier and TypeMethodDescriptionChatCompletionResponseFormatType.values()Gets known ChatCompletionResponseFormatType values.Methods in com.azure.search.documents.indexes.models with parameters of type ChatCompletionResponseFormatTypeModifier and TypeMethodDescriptionChatCompletionResponseFormat.setType(ChatCompletionResponseFormatType type) Set the type property: Specifies how the LLM should format the response.