Uses of Class
com.azure.search.documents.indexes.models.ChatCompletionResponseFormat
Packages that use ChatCompletionResponseFormat
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of ChatCompletionResponseFormat in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type ChatCompletionResponseFormatModifier and TypeClassDescriptionfinal classDetermines how the language model's response should be serialized.Methods in com.azure.search.documents.indexes.models that return ChatCompletionResponseFormatModifier and TypeMethodDescriptionstatic ChatCompletionResponseFormatChatCompletionResponseFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionResponseFormat from the JsonReader.ChatCompletionSkill.getResponseFormat()Get the responseFormat property: Determines how the LLM should format its response.ChatCompletionResponseFormat.setChatCompletionSchemaProperties(ChatCompletionResponseFormatJsonSchemaProperties chatCompletionSchemaProperties) Set the chatCompletionSchemaProperties property: An open dictionary for extended properties.ChatCompletionResponseFormat.setType(ChatCompletionResponseFormatType type) Set the type property: Specifies how the LLM should format the response.Methods in com.azure.search.documents.indexes.models with parameters of type ChatCompletionResponseFormatModifier and TypeMethodDescriptionChatCompletionSkill.setResponseFormat(ChatCompletionResponseFormat responseFormat) Set the responseFormat property: Determines how the LLM should format its response.