Uses of Interface
com.microsoft.semantickernel.orchestration.SKFunction
-
Packages that use SKFunction Package Description com.microsoft.semantickernel com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.skilldefinition com.microsoft.semantickernel.textcompletion -
-
Uses of SKFunction in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel with type parameters of type SKFunction Modifier and Type Method Description <RequestConfiguration,FunctionType extends SKFunction<RequestConfiguration>>
FunctionTypeKernel. registerSemanticFunction(FunctionType semanticFunctionDefinition)Registers a semantic function on this kernelMethods in com.microsoft.semantickernel that return SKFunction Modifier and Type Method Description SKFunctionKernel. getFunction(String skill, String function)Obtains a semantic function with the given nameMethods in com.microsoft.semantickernel with parameters of type SKFunction Modifier and Type Method Description reactor.core.publisher.Mono<SKContext>Kernel. runAsync(ContextVariables variables, SKFunction<?>... pipeline)Run a pipeline composed of synchronous and asynchronous functions.reactor.core.publisher.Mono<SKContext>Kernel. runAsync(SKFunction<?>... pipeline)Run a pipeline composed of synchronous and asynchronous functions.reactor.core.publisher.Mono<SKContext>Kernel. runAsync(String input, SKFunction<?>... pipeline)Run a pipeline composed of synchronous and asynchronous functions. -
Uses of SKFunction in com.microsoft.semantickernel.orchestration
Classes in com.microsoft.semantickernel.orchestration that implement SKFunction Modifier and Type Class Description classAbstractSkFunction<RequestConfiguration>Abstract implementation of the SKFunction interface. -
Uses of SKFunction in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition with type parameters of type SKFunction Modifier and Type Method Description <T extends SKFunction>
TReadOnlyFunctionCollection. getFunction(String functionName, Class<T> clazz)Get function with the given SKFunction type argument.<T extends SKFunction<?>>
TReadOnlySkillCollection. getFunction(String functionName, Class<T> functionType)Get function with name from the global scope<T extends SKFunction<?>>
TReadOnlySkillCollection. getFunction(String skillName, String funName, Class<T> functionClazz)Methods in com.microsoft.semantickernel.skilldefinition that return SKFunction Modifier and Type Method Description SKFunction<?>ReadOnlyFunctionCollection. getFunction(String functionName)Methods in com.microsoft.semantickernel.skilldefinition that return types with arguments of type SKFunction Modifier and Type Method Description List<SKFunction<?>>ReadOnlyFunctionCollection. getAll() -
Uses of SKFunction in com.microsoft.semantickernel.textcompletion
Subinterfaces of SKFunction in com.microsoft.semantickernel.textcompletion Modifier and Type Interface Description interfaceCompletionSKFunctionSemantic function for text completion
-