| AggregatorPromptTemplateFactory |
|
| HandlebarsPromptTemplateFactory |
A factory for creating a HandlebarsPromptTemplate instance for a
PromptTemplateConfig that uses the handlebars template format.
|
| InputConfig |
Input configuration (list of all input parameters for a semantic function).
|
| InputParameter |
Input parameter for semantic functions
|
| InputVariable |
|
| KernelFunction<T> |
Semantic Kernel callable function interface.
|
| KernelFunctionArguments |
Arguments to a kernel function.
|
| KernelFunctionArguments.Builder |
Builder for ContextVariables
|
| KernelFunctionFromMethod<T> |
|
| KernelFunctionFromMethod.Builder<T> |
|
| KernelFunctionFromPrompt<T> |
A KernelFunction implementation that is created from a prompt template.
|
| KernelFunctionFromPrompt.Builder<T> |
|
| KernelFunctionMetadata<T> |
Metadata about a kernel function.
|
| KernelFunctionYaml |
A class for creating a KernelFunction instance from a YAML representation of a prompt
function.
|
| KernelPromptTemplateFactory |
Factory for creating prompt templates.
|
| MethodDetails |
Metadata for a method that can be used as a kernel function.
|
| OutputVariable<T> |
Metadata for an output variable of a kernel function.
|
| PromptTemplateConfig |
Metadata for a prompt template.
|
| PromptTemplateConfig.Builder |
Builder for a prompt template config.
|