Semantic Kernel JavaScript
    Preparing search index...

    Interface FunctionChoiceBehaviorConfiguration

    interface FunctionChoiceBehaviorConfiguration {
        autoInvoke: boolean;
        choice: FunctionChoice;
        functions?: KernelFunction<unknown, {}, unknown>[];
        options: FunctionChoiceBehaviorOptions;
    }
    Index

    Properties

    autoInvoke: boolean
    functions?: KernelFunction<unknown, {}, unknown>[]