mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: improve shujuku-compatible extraction and recall input
This commit is contained in:
@@ -14,6 +14,7 @@ assert.equal(defaultSettings.recallEnableGraphDiffusion, true);
|
||||
assert.equal(defaultSettings.recallDiffusionTopK, 100);
|
||||
assert.equal(defaultSettings.recallLlmCandidatePool, 30);
|
||||
assert.equal(defaultSettings.recallLlmContextMessages, 4);
|
||||
assert.equal(defaultSettings.recallUseAuthoritativeGenerationInput, false);
|
||||
assert.equal(defaultSettings.recallEnableMultiIntent, true);
|
||||
assert.equal(defaultSettings.recallMultiIntentMaxSegments, 4);
|
||||
assert.equal(defaultSettings.recallEnableContextQueryBlend, true);
|
||||
|
||||
Reference in New Issue
Block a user