You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: switch extraction to gate model and tighten prompt to reduce junk memories
Extraction was using gpt-5.2 via generateText() instead of gpt-4.1-nano.
The smart model was extracting memories from casual one-off questions (e.g.
"what happened to chuck norris"). Now uses GATE_MODEL directly like selection
does. Also strengthened the extraction prompt — NONE is the default, asking
a question is not energy, added concrete NONE examples. Seed SQL reformatted
to match runtime extraction style.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments