Create simple way to iterate for rule
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3454236. -->
Reported by: [nicxvan](https://www.drupal.org/user/531480)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When trying to debug or modify a prompt the workflow is complex and I think could be simplified. (Note this experience is based on ai_interpolator)</p>
<p>Right now to modify a rule you need to:<br>
Edit field setting prompt<br>
Save field setting<br>
Edit content with the field<br>
Resave content</p>
<p>Ideally there would be an interface where you could give the input, have a prompt, set which rule / field it should follow, then a button to trigger the call.</p>
<p>This would significantly increase the developer experience when trying to finalize a prompt or modify a prompt.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Expose backend configuration to the frontend, so you could tweak settings as you execute interpolation itself. All within the same form, or in popup modals where needed (assuming I am not missing important details).</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue