Uses of Class
com.microsoft.semantickernel.orchestration.ResponseFormat
-
Packages that use ResponseFormat Package Description com.microsoft.semantickernel.orchestration -
-
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.static ResponseFormatResponseFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseFormat[]ResponseFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.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.
-