Uses of Class
com.microsoft.semantickernel.orchestration.responseformat.ResponseFormat.Type
-
Packages that use ResponseFormat.Type Package Description com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.orchestration.responseformat -
-
Uses of ResponseFormat.Type in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration with parameters of type ResponseFormat.Type Modifier and Type Method Description PromptExecutionSettings.BuilderPromptExecutionSettings.Builder. withResponseFormat(ResponseFormat.Type responseFormat)Set the response format to use for prompt execution. -
Uses of ResponseFormat.Type in com.microsoft.semantickernel.orchestration.responseformat
Methods in com.microsoft.semantickernel.orchestration.responseformat that return ResponseFormat.Type Modifier and Type Method Description ResponseFormat.TypeResponseFormat. getType()Gets the type of the response format.static ResponseFormat.TypeResponseFormat.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseFormat.Type[]ResponseFormat.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.semantickernel.orchestration.responseformat with parameters of type ResponseFormat.Type Constructor Description ResponseFormat(ResponseFormat.Type type)Creates a new instance of theResponseFormatclass.
-