@servicenow/sdk - v4.7.0
    Preparing search index...
    ActionToolDetails: BaseToolDetails & {
        flowActionId: string | Record<"sys_hub_action_type_definition">;
        type: "action";
    }

    Action tool - references a Flow Designer action

    Type Declaration

    • flowActionId: string | Record<"sys_hub_action_type_definition">

      Flow Action ID associated with the tool

    • type: "action"