feat: add use memories config (#12997)

This commit is contained in:
jif-oai
2026-02-27 10:40:54 +00:00
committed by GitHub
parent e6cd75a684
commit a63d8bd569
4 changed files with 16 additions and 3 deletions

View File

@@ -647,6 +647,10 @@
"phase_2_model": {
"description": "Model used for memory consolidation.",
"type": "string"
},
"use_memories": {
"description": "When `false`, skip injecting memory usage instructions into developer prompts.",
"type": "boolean"
}
},
"type": "object"