Semantic Kernel JavaScript
    Preparing search index...

    Class FunctionInvocationResult

    Index

    Constructors

    • Parameters

      • __namedParameters: {
            callContent: FunctionCallContent;
            continueMode: ContinueMode;
            exception?: Error;
            result?: unknown;
            status: FunctionStatus;
        }

      Returns FunctionInvocationResult

    Properties

    callContent: FunctionCallContent

    Gets the function call content information associated with this invocation.

    continueMode: ContinueMode

    Gets an indication for how the caller should continue the processing loop.

    exception?: Error

    Gets any exception the function call threw.

    result?: unknown

    Gets the result of the function call.

    status: FunctionStatus

    Gets status about how the function invocation completed.