utils Module

Functions

kernel_function_metadata_to_function_call_format

Convert the kernel function metadata to function calling format.

kernel_function_metadata_to_function_call_format(metadata: KernelFunctionMetadata) -> dict[str, Any]

Parameters

Name Description
metadata
Required

update_settings_from_function_call_configuration

Update the settings from a FunctionChoiceConfiguration.

update_settings_from_function_call_configuration(function_choice_configuration: FunctionCallChoiceConfiguration, settings: PromptExecutionSettings, type: FunctionChoiceType) -> None

Parameters

Name Description
function_choice_configuration
Required
settings
Required
type
Required