The selector service does not use the maxOverride at all for AI CCC
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3549752. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !5 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>The selector service does not use the maxOverride at all for AI CCC<br> <strong>Short Description: </strong>The selector service does not use the maxOverride at all for AI CCC<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>If you for instance use the function call, or in any other way call the select service with $maxOverride, it doesn't actually apply these limits, but only uses the general settings.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Set settings to 10 tokens.</li> <li>Use this call with 1000 tokens.</li> <li>It will still set 10 tokens.</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Fix the logic.</p>
issue