gui/components/DplAskCorner

The free-text AI control pinned to the top-right corner of the Manage block editor's DPL box: a joined Modify / Draft combo that opens a small popover with one input. Modify re-processes the current template with a typed instruction; Draft builds a fresh template from a description. It's a compact corner affordance (like the composer's eye/gear) rather than a slab under the toolbar.

Presentational: it reports the typed text up via onCustom(instruction) / onCreate(description); the parent (module:gui/components/ManageBlockEditor) owns the provider call + apply + busy.

Description:
  • The free-text AI control pinned to the top-right corner of the Manage block editor's DPL box: a joined Modify / Draft combo that opens a small popover with one input. Modify re-processes the current template with a typed instruction; Draft builds a fresh template from a description. It's a compact corner affordance (like the composer's eye/gear) rather than a slab under the toolbar.

    Presentational: it reports the typed text up via onCustom(instruction) / onCreate(description); the parent (module:gui/components/ManageBlockEditor) owns the provider call + apply + busy.

Source: