Package com.microsoft.semantickernel.contextvariables
-
Interface Summary Interface Description ContextVariableTypeConverter.Converter<T,U> A converter from one type to another. -
Class Summary Class Description CaseInsensitiveMap<T> Ajava.util.HashMapin which the keys are case-insensitive.ContextVariable<T> A context variable wraps an arbitrary value and aContextVariableType.ContextVariableType<T> A type of context variable, with a converter to convert objects to the type.ContextVariableTypeConverter<T> A converter for a context variable type.ContextVariableTypeConverter.DefaultConverter<T,U> A base class for concrete implementations ofContextVariableTypeConverter.Converter.ContextVariableTypeConverter.NoopConverter<T> A converter that does no conversion.ContextVariableTypes A collection of context variable types, with converters to convert objects to the types.