Uses of Class
com.microsoft.semantickernel.orchestration.InvocationReturnMode
-
Packages that use InvocationReturnMode Package Description com.microsoft.semantickernel.orchestration -
-
Uses of InvocationReturnMode in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return InvocationReturnMode Modifier and Type Method Description InvocationReturnModeInvocationContext. returnMode()Get the return mode for the invocation.static InvocationReturnModeInvocationReturnMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationReturnMode[]InvocationReturnMode. 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 InvocationReturnMode Modifier and Type Method Description InvocationContext.BuilderInvocationContext.Builder. withReturnMode(InvocationReturnMode invocationReturnMode)Set the return mode for the invocation.
-