Share via


PlannerKernelExtension Class

Kernel extension for the planner.

Constructor

PlannerKernelExtension()

Methods

get_available_functions

Get the available functions for the kernel.

get_functions_manual

Get the string of the function.

get_available_functions

Get the available functions for the kernel.

async static get_available_functions(kernel: Kernel, arguments: KernelArguments, options: PlannerOptions)

Parameters

Name Description
kernel
Required
arguments
Required
options
Required

get_functions_manual

Get the string of the function.

async static get_functions_manual(kernel: Kernel, arguments: KernelArguments, options: PlannerOptions = None) -> str

Parameters

Name Description
kernel
Required
arguments
Required
options
Default value: None

Attributes

PLANNER_MEMORY_COLLECTION_NAME

PLANNER_MEMORY_COLLECTION_NAME = ' Planning.KernelFunctionManual'

PLAN_KERNEL_FUNCTIONS_ARE_REMEMBERED

PLAN_KERNEL_FUNCTIONS_ARE_REMEMBERED = 'Planning.KernelFunctionsAreRemembered'