set_util_group_name
Move a util into a new or existing group, updating every referencing flow's step kind. Omit groupName to return to the default group.
Instructions
Move an existing util into a (possibly brand-new) group -- e.g. moving "connectDb" out of "custom-utils" into a new "db-helpers" group. Rewrites every referencing step's own kind across every flow that calls it (a util-bound step's kind IS its group name), so this is safe to call even when flows already reference the util -- unlike delete_util/delete_page_object, this DOES cascade. Pass groupName: "custom-utils" (or omit it) to move a util back to the default group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| groupName | No |