Rearchitecting the Workflows control plane for the agentic era
…UpdateInstanceParams) { if (this.currentVersion === ControlPlaneVersions.SOUS_CHEFS) { assert(this.sousChef !== undefined, 'SousChef must exist on v2'); return this.sousChef.updateInstance(params); } // old logic remains the same } @RequiresVersion