Member Junction
    Preparing search index...

    Class that has the result of a complete action execution, returned by the Run method of the ActionEngine.

    Index

    Constructors

    Properties

    AIDirectives?: AIDirective[]

    Optional array of structured directives for the AI agent. Propagated from ActionResult.AIDirectives.

    Whenever an action is executed a log entry is created. This log entry is stored in the database and can be used to track the execution of the action. This property contains the log entry object for the action that was run. Note that the log entry will be created

    Message?: string

    Optional, a message an action can include that describes the outcome of the action. This is typically used to display a message to the user.

    Params?: ActionParam[]

    All parameters including inputs and outputs are provided here for convenience

    A code that indicates the outcome of the action. Will be one of the possible ResultCodes enumerated in the MJActionResultCodeEntity

    RunParams: RunActionParams

    Contains the parameters that were used to run the action as a convenience.

    Success: boolean

    Indicates if the action was successful or not.