Semantic Kernel JavaScript
Preparing search index...
semantic-kernel
FunctionChoiceBehaviorConfiguration
Interface FunctionChoiceBehaviorConfiguration
interface
FunctionChoiceBehaviorConfiguration
{
autoInvoke
:
boolean
;
choice
:
FunctionChoice
;
functions
?:
KernelFunction
<
unknown
,
{}
,
unknown
>
[]
;
options
:
FunctionChoiceBehaviorOptions
;
}
Index
Properties
auto
Invoke
choice
functions?
options
Properties
auto
Invoke
autoInvoke
:
boolean
choice
choice
:
FunctionChoice
Optional
functions
functions
?:
KernelFunction
<
unknown
,
{}
,
unknown
>
[]
options
options
:
FunctionChoiceBehaviorOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Invoke
choice
functions
options
Semantic Kernel JavaScript
Loading...