FunctionCallChoiceConfiguration Class

Configuration for function call choice.

Note: This class is experimental and may change in the future.

Inheritance
builtins.object
FunctionCallChoiceConfiguration

Constructor

FunctionCallChoiceConfiguration(available_functions: list[KernelFunctionMetadata] | None = None)

Parameters

Name Description
available_functions
Default value: None

Attributes

available_functions

available_functions: list[KernelFunctionMetadata] | None = None

is_experimental

is_experimental = True