chore: rename memory feature flag (#12580)

`memory_tool` -> `memories`
This commit is contained in:
jif-oai
2026-02-23 15:37:12 +00:00
committed by GitHub
parent 764ac9449f
commit e8709bc11a
3 changed files with 11 additions and 1 deletions

View File

@@ -349,6 +349,9 @@
"js_repl_tools_only": {
"type": "boolean"
},
"memories": {
"type": "boolean"
},
"memory_tool": {
"type": "boolean"
},
@@ -1627,6 +1630,9 @@
"js_repl_tools_only": {
"type": "boolean"
},
"memories": {
"type": "boolean"
},
"memory_tool": {
"type": "boolean"
},