Uses of Class
com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat
-
Packages that use ResponseFormat Package Description com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.orchestration.responseformat -
-
Uses of ResponseFormat in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return ResponseFormat Modifier and Type Method Description ResponseFormatPromptExecutionSettings. getResponseFormat()The response format to use for prompt execution.Methods in com.microsoft.semantickernel.orchestration with parameters of type ResponseFormat Modifier and Type Method Description PromptExecutionSettings.BuilderPromptExecutionSettings.Builder. withResponseFormat(ResponseFormat responseFormat)Set the response format to use for prompt execution.Constructors in com.microsoft.semantickernel.orchestration with parameters of type ResponseFormat Constructor Description PromptExecutionSettings(String serviceId, String modelId, Double temperature, Double topP, Double presencePenalty, Double frequencyPenalty, Integer maxTokens, Integer resultsPerPrompt, Integer bestOf, String user, List<String> stopSequences, Map<Integer,Integer> tokenSelectionBiases, ResponseFormat responseFormat)Create a new instance of PromptExecutionSettings. -
Uses of ResponseFormat in com.microsoft.semantickernel.orchestration.responseformat
Subclasses of ResponseFormat in com.microsoft.semantickernel.orchestration.responseformat Modifier and Type Class Description classJsonObjectResponseFormatA response represented in a JSON format.classJsonSchemaResponseFormatA response represented in a JSON schema format.classTextResponseFormatRepresents a text response format.
-