Uses of Class
com.microsoft.semantickernel.contextvariables.CaseInsensitiveMap
-
Packages that use CaseInsensitiveMap Package Description com.microsoft.semantickernel.orchestration -
-
Uses of CaseInsensitiveMap in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return CaseInsensitiveMap Modifier and Type Method Description CaseInsensitiveMap<ContextVariable<?>>FunctionResultMetadata. getMetadata()Get the metadata about the result of the function invocation.Constructors in com.microsoft.semantickernel.orchestration with parameters of type CaseInsensitiveMap Constructor Description FunctionResultMetadata(CaseInsensitiveMap<ContextVariable<?>> metadata)Create a new instance of FunctionResultMetadata.
-