Uses of Class
com.microsoft.semantickernel.contextvariables.ContextVariableTypes
-
Packages that use ContextVariableTypes Package Description com.microsoft.semantickernel.contextvariables com.microsoft.semantickernel.orchestration -
-
Uses of ContextVariableTypes in com.microsoft.semantickernel.contextvariables
Methods in com.microsoft.semantickernel.contextvariables with parameters of type ContextVariableTypes Modifier and Type Method Description static <T,U>
ContextVariable<T>ContextVariable. convert(U it, Class<T> requestedResultType, ContextVariableTypes contextVariableTypes)Converts the given value to the requested result type.voidContextVariableTypes. putConverters(ContextVariableTypes contextVariableTypes)Add all the converters from the given collection to this collection.static ContextVariable<?>ContextVariable. untypedOf(Object value, Class<?> clazz, ContextVariableTypes types)Creates a new instance of theContextVariableclass without using strong typing.Constructors in com.microsoft.semantickernel.contextvariables with parameters of type ContextVariableTypes Constructor Description ContextVariableTypes(ContextVariableTypes contextVariableTypes)Create a new collection of context variable types. -
Uses of ContextVariableTypes in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return ContextVariableTypes Modifier and Type Method Description ContextVariableTypesInvocationContext. getContextVariableTypes()Get the types of context variables.Methods in com.microsoft.semantickernel.orchestration with parameters of type ContextVariableTypes Modifier and Type Method Description FunctionInvocation<T>FunctionInvocation. withTypes(ContextVariableTypes contextVariableTypes)Supply a context variable type to the function invocation.
-