The follow-up commit used ``i['’]?ll`` (apostrophe optional) in ``_PLAN_LIST_FRAMING``. With the apostrophe optional the alternative also matches the word "ill" (sick), so a response like "She is ill. Here is the list:\n1. ...\n2. ..." plus an unrelated action verb within 80 chars was misclassified as a plan and re-prompted. Make the apostrophe required (``i['’]ll``) to mirror the original _INTENT_SIGNAL definition. Add a regression test that pins the distinction: "ill" as adjective does not trigger plan framing, but "I'll" / "I will" do. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||