Lire en anglais

Partager via


KernelFunction Class

Definition

Represents a function that can be invoked as part of a Semantic Kernel workload.

public abstract class KernelFunction
type KernelFunction = class
Public MustInherit Class KernelFunction
Inheritance
KernelFunction

Properties

Description

Gets a description of the function.

ExecutionSettings

Gets the prompt execution settings.

Metadata

Gets the metadata describing the function.

Name

Gets the name of the function.

PluginName

Gets the name of the plugin this function was added to.

Methods

Applies to