Gets the KernelPlugins instance.
Gets the ServiceProvider instance.
Adds a plugin to the kernel.
The plugin to add.
The kernel.
Adds a service to the kernel.
The kernel.
Invokes a KernelFunction.
The parameters for the kernel function.
Optional
args?: KernelArguments<Schema, Args>The arguments to pass to the kernel function (optional).
Optional
executionSettings?: The execution settings to pass to the kernel function (optional).
The kernel function to invoke.
The result of the KernelFunction.
Invokes a prompt.
Prompt to invoke.
Optional
params: Omit<Partial<KernelFunctionFromPromptMetadata>, "executionSettings"> & {The parameters for the prompt.
The result of the prompt invocation.
Invokes a streaming prompt.
Prompt to invoke.
Optional
params: Omit<Partial<KernelFunctionFromPromptMetadata>, "executionSettings"> & {The parameters for the prompt.
A stream of ChatResponseUpdate objects.
Represents a kernel.