Member Junction
    Preparing search index...

    Class that has the result of the individual action execution and used by the engine or other caller

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    AIDirectives?: AIDirective[]

    Optional array of structured directives for the AI agent. Unlike Message (which is informational), directives are surfaced as explicit guidance the AI must consider. Each directive has a type (instruction, constraint, context, suggestion) and priority level.

    Message?: string

    Optional, additional information about the result of the action

    Params?: ActionParam[]

    All parameters including inputs and outputs are provided here for convenience

    ResultCode: string

    A string that indicates the strucutred output/results of the action

    Success: boolean

    Indicates if the action was successful or not.